Copying setup from other infra repo

This commit is contained in:
2024-01-04 18:45:01 +01:00
parent 42d3138746
commit 4900bc3c0d
21 changed files with 713 additions and 1 deletions

7
decrypt-vault.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
./helpers/get-passwords.sh
ansible-vault decrypt vars/bootstrap.yaml --vault-password-file ./.passwords/vault
ansible-vault decrypt vars/vault.yaml --vault-password-file ./.passwords/vault
./helpers/delete-passwords.sh