Add ansible.cfg to see if python interpreter auto discovery can be
enabled
This commit is contained in:
parent
34024e2315
commit
a882884b59
13
ansible.cfg
Normal file
13
ansible.cfg
Normal file
@ -0,0 +1,13 @@
|
||||
[defaults]
|
||||
host_key_checking = False
|
||||
gathering = smart
|
||||
fact_caching = jsonfile
|
||||
fact_caching_timeout = 3600
|
||||
fact_caching_connection = ./facts/
|
||||
inventory = ./inventory/
|
||||
forks = 5
|
||||
retry_files_enabled = False
|
||||
interpreter_python = auto
|
||||
|
||||
[ssh_connection]
|
||||
# ssh_args = -o ControlMaster=auto
|
Loading…
x
Reference in New Issue
Block a user