windmill-config/ansible/ansible.cfg
Paul Belanger be3494b6bf Switch to yaml output for ansible
This is a little more human readable.

Change-Id: I9762ecc6b39bb0f1684dc696e38494d78111660b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-04-03 19:55:54 -04:00

15 lines
377 B
INI

# This file is generated by Ansible
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
#
[defaults]
callback_whitelist = profile_tasks, timer
fact_caching_connection = ~/.cache/ansible/facts
fact_caching = jsonfile
inventory = ~/.config/windmill/ansible/hosts
retry_files_enabled = false
stdout_callback = yaml
[ssh_connection]
pipelining = true
retries = 3