Truncated history

This commit is contained in:
2024-12-28 12:04:44 +01:00
parent a0fd43e8c6
commit ea1fe23d8d
74 changed files with 3111 additions and 34 deletions

8
encrypt-vault.sh Executable file
View 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