add ignore_patterns to ansible.cfg

To avoid warning message when artifacts is generated within
the inventory directory
This commit is contained in:
hoatle 2018-08-17 09:21:58 +07:00
parent 58ee5f1cc9
commit a7a53d1f38

View file

@ -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