diff options
-rw-r--r-- | README.txt | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -20,7 +20,9 @@ There are currently no secrets stored in dotfiles, therefore it is possible to install dotfiles to localhost without decrypting Ansible Vault. $ touch /tmp/ansible.cfg -$ ANSIBLE_CONFIG=/tmp/ansible.cfg ansible-playbook dotfiles.yml +$ ANSIBLE_CONFIG=/tmp/ansible.cfg \ + ansible-playbook dotfiles.yml \ + --extra-vars "user=`whoami`" ROTATE VAULT PASSWORD |