
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>
10 lines
305 B
INI
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
|