From 9e18e12b5dd9da332093166e6b83076ee7f6b7f6 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Sun, 28 Feb 2016 09:05:50 +0700 Subject: [PATCH] ansible.cfg: do not set vault_password_file So that ansible-playbook can run from the root of the repository and not pick up this value which is unlikely to be correct. http://tracker.ceph.com/issues/14914 Fixes: #14914 Signed-off-by: Loic Dachary --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index b96bd14a..e3f6aadd 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,4 +2,4 @@ ansible_managed = This file is managed by ansible, don't make changes here - they will be overwritten. # this works when testing from my laptop, but will need to # be changed when it lives in a production environment -vault_password_file = ~/.vault_pass.txt +#vault_password_file = ~/.vault_pass.txt -- 2.47.3