Add ansible.cfg to see if python interpreter auto discovery can be

enabled
This commit is contained in:
Jason Rothstein 2020-11-30 00:13:39 -06:00
parent 34024e2315
commit a882884b59

13
ansible.cfg Normal file
View 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