diff options
author | Øystein Bedin <bedin@redhat.com> | 2017-12-13 18:25:39 +0000 |
---|---|---|
committer | Øystein Bedin <bedin@redhat.com> | 2017-12-13 18:28:57 +0000 |
commit | f767d89902e84ecbe6b0943d81b5a06883976a94 (patch) | |
tree | 7959b926061de0700f7babaf783e22d853478a71 /ansible.cfg | |
parent | 60b4ff05093602811b1031b59436322ff5719a45 (diff) | |
download | openshift-f767d89902e84ecbe6b0943d81b5a06883976a94.tar.gz openshift-f767d89902e84ecbe6b0943d81b5a06883976a94.tar.bz2 openshift-f767d89902e84ecbe6b0943d81b5a06883976a94.tar.xz openshift-f767d89902e84ecbe6b0943d81b5a06883976a94.zip |
Adding .ini to inventory_ignore_extensions
Diffstat (limited to 'ansible.cfg')
-rw-r--r-- | ansible.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg index e4d72553e..ecfcb6258 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -26,7 +26,7 @@ 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 +inventory_ignore_extensions = secrets.py, .pyc, .cfg, .crt, .ini # work around privilege escalation timeouts in ansible: timeout = 30 |