Guillaume Coré
2018-11-27 4a521c87f5058cdda1ad151094b21e4c157dd686
Add yaml stdout callback to ansible.cfg
1 files modified
8 ■■■■ changed files
ansible.cfg 8 ●●●● patch | view | raw | blame | history
ansible.cfg
@@ -1,5 +1,5 @@
[defaults]
inventory               = inventory
nocow                   = 1
roles_path              = ansible/roles
forks                   = 50
become                  = False
@@ -8,7 +8,11 @@
fact_caching_connection = .ansible_facts
host_key_checking       = False             # dealing with escalation prompt errors on slow links
timeout                 = 60
callback_whitelist = profile_tasks
callback_whitelist      = profile_tasks
# Use the YAML callback plugin.
stdout_callback         = yaml
# Use the stdout_callback when running ad-hoc commands.
bin_ansible_callbacks   = True
[privilege_escalation]
become                  = False