Browse Source

add ignore_patterns to ansible.cfg

To avoid warning message when artifacts is generated within
the inventory directory
pull/3119/head
hoatle 6 years ago
parent
commit
a7a53d1f38
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