Initial commit
This commit is contained in:
commit
b16f2585c7
19 changed files with 690 additions and 0 deletions
4
ansible.cfg
Normal file
4
ansible.cfg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[defaults]
|
||||
roles_path = ./roles
|
||||
remote_user = ansible
|
||||
inventory = ./inventory.yml
|
||||
Reference in a new issue