Truncated history
This commit is contained in:
8
encrypt-vault.sh
Executable file
8
encrypt-vault.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
./helpers/get-passwords.sh
|
||||
|
||||
ansible-vault encrypt vars/bootstrap.yaml --vault-password-file ./.passwords/vault
|
||||
ansible-vault encrypt vars/bigboi.yaml --vault-password-file ./.passwords/vault
|
||||
ansible-vault encrypt vars/smolboi.yaml --vault-password-file ./.passwords/vault
|
||||
|
||||
./helpers/delete-passwords.sh
|
||||
Reference in New Issue
Block a user