Skip to content
Snippets Groups Projects
Unverified Commit 3201f170 authored by Antoine Legrand's avatar Antoine Legrand Committed by GitHub
Browse files

Merge pull request #3119 from hoatle/improvements/ansible-ignored-patterns

add ignore_patterns to ansible.cfg
parents c36744e9 a7a53d1f
No related branches found
No related tags found
No related merge requests found
...@@ -13,3 +13,5 @@ callback_whitelist = profile_tasks ...@@ -13,3 +13,5 @@ callback_whitelist = profile_tasks
roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles:/usr/share/kubespray/roles roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles:/usr/share/kubespray/roles
deprecation_warnings=False deprecation_warnings=False
inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds
[inventory]
ignore_patterns = artifacts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment