diff options
author | Scott Dodson <sdodson@redhat.com> | 2018-01-16 09:49:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-16 09:49:16 -0500 |
commit | 0d59a0868971e7f038b775adef024a8f324ab010 (patch) | |
tree | eb0e0bf0bb2ec834b632dddbb26f65321c3e21cf /ansible.cfg | |
parent | df19291645d900e81804c10201e6c3daf2569c53 (diff) | |
parent | f767d89902e84ecbe6b0943d81b5a06883976a94 (diff) | |
download | openshift-0d59a0868971e7f038b775adef024a8f324ab010.tar.gz openshift-0d59a0868971e7f038b775adef024a8f324ab010.tar.bz2 openshift-0d59a0868971e7f038b775adef024a8f324ab010.tar.xz openshift-0d59a0868971e7f038b775adef024a8f324ab010.zip |
Merge pull request #6470 from oybed/cfg
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 c1c76a496..67149cb35 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -22,7 +22,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 |