remove hostname and snmpd_conf roles for now
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
add test scripts add legacy and current callback plugin enablement
This commit is contained in:
16
ansible.cfg
16
ansible.cfg
@ -8,15 +8,19 @@ gather_timeout = 600
|
||||
fact_caching = jsonfile
|
||||
fact_caching_connection = /tmp/.ansible_facts
|
||||
fact_caching_timeout = 300
|
||||
retry_files_enabled = False
|
||||
retry_files_enabled = false
|
||||
forks = 40
|
||||
timeout = 30
|
||||
host_key_checking = False
|
||||
display_skipped_hosts = False
|
||||
bin_ansible_callbacks = True
|
||||
host_key_checking = false
|
||||
display_skipped_hosts = false
|
||||
bin_ansible_callbacks = true
|
||||
deprecation_warnings = false
|
||||
command_warnings = false
|
||||
|
||||
# callback_whitelist is deprecated
|
||||
# we only include here for backwards compatibility
|
||||
callback_whitelist = ansible.posix.profile_tasks, ansible.posix.timer
|
||||
deprecation_warnings = False
|
||||
command_warnings = False
|
||||
callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer
|
||||
|
||||
|
||||
[ssh_connection]
|
||||
|
||||
Reference in New Issue
Block a user