0.1.2-DEV-20221007-1
-------------------- * MODIFY: - ansible.cfg - general updates
This commit is contained in:
parent
8e475c9122
commit
844c13400c
17
ansible.cfg
17
ansible.cfg
@ -1,20 +1,23 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
inventory = /etc/ansible/zen_inventory.yml
|
inventory = /etc/ansible/zen_inventory.yml
|
||||||
roles_path = /etc/ansible/roles
|
roles_path = /etc/ansible/roles
|
||||||
|
collections_path = /etc/ansible/collections
|
||||||
remote_tmp = /tmp/.ansible-${USER}/tmp
|
remote_tmp = /tmp/.ansible-${USER}/tmp
|
||||||
gathering = smart
|
gathering = smart
|
||||||
gather_timeout = 30
|
gather_timeout = 300
|
||||||
fact_path = /etc/ansible/facts.d
|
fact_path = facts.d
|
||||||
fact_caching = jsonfile
|
fact_caching = jsonfile
|
||||||
fact_caching_connection = /etc/ansible/facts.d
|
fact_caching_connection = facts.d
|
||||||
fact_caching_timeout = 1800
|
fact_caching_timeout = 300
|
||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
forks = 8
|
forks = 40
|
||||||
timeout = 30
|
timeout = 30
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
display_skipped_hosts = False
|
display_skipped_hosts = False
|
||||||
interpreter_python = auto_silent
|
bin_ansible_callbacks = True
|
||||||
# ansible_python_interpreter=/usr/bin/python3
|
callback_whitelist = ansible.posix.profile_tasks, ansible.posix.timer
|
||||||
|
deprecation_warnings = False
|
||||||
|
command_warnings = False
|
||||||
|
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user