9 lines
315 B
Bash
Executable File
9 lines
315 B
Bash
Executable File
#!/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
|