0.1.1-DEV-20200515-145959
------------------------- * MODIFY: - ansible.cfg is now new and improved! yay!
This commit is contained in:
parent
bddea455c6
commit
af5424d264
@ -4,6 +4,7 @@ roles_path = /etc/ansible/roles
|
|||||||
remote_tmp = /tmp/.ansible-${USER}/tmp
|
remote_tmp = /tmp/.ansible-${USER}/tmp
|
||||||
gathering = smart
|
gathering = smart
|
||||||
gather_timeout = 30
|
gather_timeout = 30
|
||||||
|
fact_path = /etc/ansible/facts.d
|
||||||
fact_caching = jsonfile
|
fact_caching = jsonfile
|
||||||
fact_caching_connection = facts.d
|
fact_caching_connection = facts.d
|
||||||
fact_caching_timeout = 1800
|
fact_caching_timeout = 1800
|
||||||
@ -12,8 +13,8 @@ forks = 8
|
|||||||
timeout = 30
|
timeout = 30
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
display_skipped_hosts = False
|
display_skipped_hosts = False
|
||||||
# ansible_python_interpreter=/usr/bin/python3
|
|
||||||
interpreter_python = auto_silent
|
interpreter_python = auto_silent
|
||||||
|
# ansible_python_interpreter=/usr/bin/python3
|
||||||
|
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user