ansiiiible
This commit is contained in:
parent
85d0217436
commit
a8aa633c49
12 changed files with 314 additions and 0 deletions
5
ansible/ansible.cfg
Normal file
5
ansible/ansible.cfg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[defaults]
|
||||
inventory = ./inventory/hosts.yml
|
||||
remote_user = root
|
||||
host_key_checking = false
|
||||
roles_path = ./roles
|
||||
Loading…
Add table
Add a link
Reference in a new issue