summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-01-20 17:52:30 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-01-20 17:52:30 +0000
commit2822b40326df4c24042b879a64389ce5e594fa5b (patch)
treef8cc582a2a7c57299bc730bdfb645d119e75f70e /README.txt
parentde7032e7921ad11807a4a6a6a5e41d12a0e943c3 (diff)
downloadinfra-2822b40326df4c24042b879a64389ce5e594fa5b.tar.gz
infra-2822b40326df4c24042b879a64389ce5e594fa5b.tar.bz2
infra-2822b40326df4c24042b879a64389ce5e594fa5b.zip
Prepare to store encrypted secrets in the repo
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 4b04a8c..b3b36a9 100644
--- a/README.txt
+++ b/README.txt
@@ -10,7 +10,13 @@ $ pip3 install -r requirements.txt
RUN
-$ ansible-playbook playbooks/essential.yml
+$ ansible-playbook essential.yml
+$ ansible-playbook web.yml
+
+
+ROTATE VAULT PASSWORD
+
+$ bin/rotate-vault-password.sh
REFERENCES