adding ansible
This commit is contained in:
9
ansible/ansible.cfg
Normal file
9
ansible/ansible.cfg
Normal file
@@ -0,0 +1,9 @@
|
||||
[defaults]
|
||||
inventory = inventory.yml
|
||||
host_key_checking = True
|
||||
retry_files_enabled = False
|
||||
stdout_callback = default
|
||||
result_format = yaml
|
||||
collections_path = ./collections
|
||||
roles_path = ./roles
|
||||
interpreter_python = auto_silent
|
||||
Reference in New Issue
Block a user