Initial commit
This commit is contained in:
commit
ab42ecdbbc
4 changed files with 53 additions and 0 deletions
5
playbook.yml
Normal file
5
playbook.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
- hosts: localhost
|
||||
tasks:
|
||||
- import_tasks: 'tasks.yml'
|
||||
vars_files:
|
||||
- 'vars.yml'
|
||||
Reference in a new issue