From f0af7262b14eac5b9db3ad185ae55eab16932d5b Mon Sep 17 00:00:00 2001 From: Erwan Miran Date: Mon, 3 Sep 2018 18:04:34 +0200 Subject: [PATCH] credentials directory should be ignored as inventory --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index bfe917985..6912e4d08 100644 --- a/ansible.cfg +++ b/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