This commit is contained in:
root
2023-10-12 19:18:54 +10:00
commit 97728c1201
5 changed files with 58 additions and 0 deletions

7
ansible.cfg Normal file
View File

@@ -0,0 +1,7 @@
[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