8 lines
233 B
Bash
Executable File
8 lines
233 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/vault.yaml --vault-password-file ./.passwords/vault
|
|
|
|
./helpers/delete-passwords.sh
|