0.1.4-DEV-20210416-212810
------------------------- * MODIFY: - ansible.cfg changes
This commit is contained in:
parent
922bd3cf86
commit
30cde13cb9
@ -1,5 +1,5 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
inventory = /home/chris/git/ansible/inventory/hosts
|
inventory = /etc/ansible/zen_inventory.yml
|
||||||
roles_path = /etc/ansible/roles
|
roles_path = /etc/ansible/roles
|
||||||
remote_tmp = /tmp/.ansible-${USER}/tmp
|
remote_tmp = /tmp/.ansible-${USER}/tmp
|
||||||
gathering = smart
|
gathering = smart
|
||||||
@ -9,12 +9,14 @@ fact_caching = jsonfile
|
|||||||
fact_caching_connection = /etc/ansible/facts.d
|
fact_caching_connection = /etc/ansible/facts.d
|
||||||
fact_caching_timeout = 1800
|
fact_caching_timeout = 1800
|
||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
forks = 8
|
forks = 15
|
||||||
timeout = 30
|
timeout = 30
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
display_skipped_hosts = False
|
display_skipped_hosts = False
|
||||||
interpreter_python = auto_silent
|
interpreter_python = auto_silent
|
||||||
# ansible_python_interpreter=/usr/bin/python3
|
# ansible_python_interpreter=/usr/bin/python3
|
||||||
|
bin_ansible_callbacks = true
|
||||||
|
callback_whitelist = yaml, timer, profile_tasks, profile_roles
|
||||||
|
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user