summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-02-24 19:21:40 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-02-24 19:21:40 +0000
commit39772664b82c56563fa56c5420c2f3ccbb4bc0b9 (patch)
tree858ed9a849223de44be170c39058d8992deeb254 /README.txt
parent2b29e812468ae2f33a4d37e2e280b7080f11ee86 (diff)
downloadinfra-39772664b82c56563fa56c5420c2f3ccbb4bc0b9.tar.gz
infra-39772664b82c56563fa56c5420c2f3ccbb4bc0b9.tar.bz2
infra-39772664b82c56563fa56c5420c2f3ccbb4bc0b9.zip
Add a section about local dotfiles deployment
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index b3b36a9..3de3e8f 100644
--- a/README.txt
+++ b/README.txt
@@ -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