ansible-repo/ansible.cfg
2023-10-12 19:18:54 +10:00

8 lines
178 B
INI

[defaults]
# Use the YAML callback plugin.
stdout_callback = yaml
# Use the stdout_callback when running ad-hoc commands.
bin_ansible_callbacks = True
host_key_checking = false