windmill-backup/tests/ansible.cfg
Paul Belanger 38b86dab3a Initial commit
Change-Id: I5bc70f92d61a9abe88c75e28c30d9147a7687276
Depends-On: https://review.openstack.org/633544
Depends-On: https://review.openstack.org/633630
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-02-11 14:49:05 -05:00

10 lines
305 B
INI

[defaults]
callback_whitelist = profile_tasks, timer
fact_caching = jsonfile
fact_caching_connection = ~/.cache/ansible/facts
[ssh_connection]
# NOTE(pabelanger): Enable pipelining to deal with becomes issues:
# http://docs.ansible.com/ansible/become.html#becoming-an-unprivileged-user
pipelining = True