update ansible.cfg
This commit is contained in:
parent
2fedc0e2b1
commit
117d50bc9b
@ -1,3 +0,0 @@
|
||||
[defaults]
|
||||
bin_ansible_callbacks = True
|
||||
callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer
|
32
ansible.cfg
32
ansible.cfg
@ -1,35 +1,3 @@
|
||||
[defaults]
|
||||
inventory = inventory
|
||||
roles_path = roles
|
||||
collections_path = collections
|
||||
remote_tmp = /tmp/.ansible-${USER}/tmp
|
||||
gathering = smart
|
||||
gather_timeout = 300
|
||||
fact_path = facts.d
|
||||
fact_caching = jsonfile
|
||||
fact_caching_connection = facts.d
|
||||
fact_caching_timeout = 300
|
||||
retry_files_enabled = False
|
||||
forks = 40
|
||||
timeout = 30
|
||||
host_key_checking = False
|
||||
display_skipped_hosts = False
|
||||
bin_ansible_callbacks = True
|
||||
callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer
|
||||
deprecation_warnings = False
|
||||
command_warnings = False
|
||||
strategy = free
|
||||
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o PreferredAuthentications=publickey
|
||||
|
||||
|
||||
#[inventory]
|
||||
#cache = True
|
||||
#cache_plugin = ansible.builtin.jsonfile
|
||||
#cache_connection = inventory_cache
|
||||
#cache_timeout = 300
|
||||
#cache_prefix = ansible_nmap_inventory_
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user