Add ansible.cfg file
This commit is contained in:
parent
453fee6616
commit
74877b885e
1 changed files with 7 additions and 0 deletions
7
ansible.cfg
Normal file
7
ansible.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
[defaults]
|
||||
nocows = 1
|
||||
host_key_checking = False
|
||||
retry_files_enabled = False
|
||||
inventory = ./hosts
|
||||
become_ask_pass = True
|
||||
interpreter_python = /usr/bin/python3
|
Loading…
Reference in a new issue