Browse Source

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

add ignore_patterns to ansible.cfg
pull/3128/head
Antoine Legrand 6 years ago
committed by GitHub
parent
commit
3201f17058
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. 2
      ansible.cfg

2
ansible.cfg

@ -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
deprecation_warnings=False
inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds
[inventory]
ignore_patterns = artifacts
Loading…
Cancel
Save