Testing variables.

This commit is contained in:
Hyperling
2020-12-28 18:37:37 -06:00
parent ed6b5d5fad
commit 6bfecc67bb
4 changed files with 38 additions and 0 deletions

View File

@ -1,8 +1,13 @@
---
# Harmonize my systems rather than doing everything manually. :)
- hosts: all
connection: local
become: true
include_vars:
dir: vars
tasks:
- include: tasks/users.yml
- include: tasks/cron.yml