RHEL9-CIS/ansible.cfg
Mark Bolwell ee9d7d6d15
updated to enable greater speed
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2023-01-24 10:22:26 +00:00

31 lines
512 B
INI

[defaults]
host_key_checking=False
display_skipped_hosts=True
system_warnings=False
command_warnings=False
nocows=1
retry_files_save_path=/dev/null
pipelining=true
# Use the YAML callback plugin.
stdout_callback = yaml
# Use the stdout_callback when running ad-hoc commands.
bin_ansible_callbacks = True
[privilege_escalation]
[paramiko_connection]
record_host_keys=False
[ssh_connection]
transfer_method=scp
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
[accelerate]
[selinux]
[colors]
[diff]