]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
ansible.cfg: do not set vault_password_file 203/head
authorLoic Dachary <loic@dachary.org>
Sun, 28 Feb 2016 02:05:50 +0000 (09:05 +0700)
committerLoic Dachary <loic@dachary.org>
Sun, 28 Feb 2016 02:05:50 +0000 (09:05 +0700)
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 <loic@dachary.org>
ansible.cfg

index b96bd14aa8b99c3bae8d8147f0dd9170a9c3375b..e3f6aadd478f871e3b454f1fe0912f67fe290ac9 100644 (file)
@@ -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