summaryrefslogtreecommitdiffstats
path: root/ansible.cfg
diff options
context:
space:
mode:
authorTomas Sedovic <tomas@sedovic.cz>2017-11-01 11:33:38 +0100
committerTomas Sedovic <tomas@sedovic.cz>2017-11-07 14:35:47 +1100
commit88907aca794716d1a2db4cc31e03375720695424 (patch)
tree9d508096dbac5badabf6c464efbdacfc78893c60 /ansible.cfg
parent84259a3ed4ac741ee782f57884ba36729e277eae (diff)
downloadopenshift-88907aca794716d1a2db4cc31e03375720695424.tar.gz
openshift-88907aca794716d1a2db4cc31e03375720695424.tar.bz2
openshift-88907aca794716d1a2db4cc31e03375720695424.tar.xz
openshift-88907aca794716d1a2db4cc31e03375720695424.zip
Use the existing ansible.cfg file
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 589a58e9d..f96bf871f 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -23,6 +23,8 @@ fact_caching = jsonfile
fact_caching_connection = $HOME/ansible/facts
fact_caching_timeout = 600
callback_whitelist = profile_tasks
+inventory_ignore_extensions = secrets.py, .pyc, .cfg, .crt
+timeout = 30 # work around privilege escalation timeouts in ansible
# Uncomment to use the provided BYO inventory
#hostfile = inventory/byo/hosts