Browse Source

credentials directory should be ignored as inventory

pull/3228/head
Erwan Miran 6 years ago
parent
commit
f0af7262b1
1 changed files with 1 additions and 1 deletions
  1. 2
      ansible.cfg

2
ansible.cfg

@ -14,4 +14,4 @@ roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr
deprecation_warnings=False
inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds
[inventory]
ignore_patterns = artifacts
ignore_patterns = artifacts, credentials
Loading…
Cancel
Save