Copying setup from other infra repo
This commit is contained in:
7
decrypt-vault.sh
Executable file
7
decrypt-vault.sh
Executable 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
|
||||
Reference in New Issue
Block a user