2022-01-07 09:06:18 +00:00
|
|
|
[defaults]
|
|
|
|
|
host_key_checking=False
|
|
|
|
|
display_skipped_hosts=True
|
|
|
|
|
system_warnings=False
|
|
|
|
|
command_warnings=False
|
|
|
|
|
nocows=1
|
|
|
|
|
retry_files_save_path=/dev/null
|
|
|
|
|
library=~/.ansible/plugins/modules:/usr/share/ansible/plugins/modules:./library
|
|
|
|
|
|
2023-01-23 16:22:12 +00:00
|
|
|
# Use the YAML callback plugin.
|
|
|
|
|
stdout_callback = yaml
|
|
|
|
|
# Use the stdout_callback when running ad-hoc commands.
|
|
|
|
|
bin_ansible_callbacks = True
|
|
|
|
|
|
|
|
|
|
|
2022-01-07 09:06:18 +00:00
|
|
|
[privilege_escalation]
|
|
|
|
|
|
|
|
|
|
[paramiko_connection]
|
|
|
|
|
record_host_keys=False
|
|
|
|
|
|
|
|
|
|
[ssh_connection]
|
|
|
|
|
transfer_method=scp
|
|
|
|
|
|
|
|
|
|
[accelerate]
|
|
|
|
|
|
|
|
|
|
[selinux]
|
|
|
|
|
|
|
|
|
|
[colors]
|
|
|
|
|
|
|
|
|
|
[diff]
|