diff options
Diffstat (limited to 'examples/ansible.cfg')
-rw-r--r-- | examples/ansible.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg index fd5ed9badc..e469c9cc18 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -280,6 +280,10 @@ # Controls showing custom stats at the end, off by default #show_custom_stats = True +# Controlls which files to ignore when using a directory as inventory with +# possibly multiple sources (both static and dynamic) +#inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo + [privilege_escalation] #become=True #become_method=sudo |