diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-02-24 19:21:40 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-02-24 19:21:40 +0000 |
commit | 39772664b82c56563fa56c5420c2f3ccbb4bc0b9 (patch) | |
tree | 858ed9a849223de44be170c39058d8992deeb254 | |
parent | 2b29e812468ae2f33a4d37e2e280b7080f11ee86 (diff) | |
download | infra-39772664b82c56563fa56c5420c2f3ccbb4bc0b9.tar.gz infra-39772664b82c56563fa56c5420c2f3ccbb4bc0b9.tar.bz2 infra-39772664b82c56563fa56c5420c2f3ccbb4bc0b9.zip |
Add a section about local dotfiles deployment
-rw-r--r-- | README.txt | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -14,6 +14,15 @@ $ ansible-playbook essential.yml $ ansible-playbook web.yml +DOTFILES + +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 + + ROTATE VAULT PASSWORD $ bin/rotate-vault-password.sh |