diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-06-23 19:47:05 +0100 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-06-23 19:47:05 +0100 |
commit | 96dbae70287f60dbb2b0756717f69c748c26faf1 (patch) | |
tree | d32521ea822611e642343f0cf9a5a6a154dfd074 /bin | |
parent | 3a6614f74ecc90ae7e3060541188bcad13133c9c (diff) | |
download | infra-96dbae70287f60dbb2b0756717f69c748c26faf1.tar.gz infra-96dbae70287f60dbb2b0756717f69c748c26faf1.tar.bz2 infra-96dbae70287f60dbb2b0756717f69c748c26faf1.zip |
Rename vaults -> secrets
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rotate-vault-password | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rotate-vault-password b/bin/rotate-vault-password index f73e889..2127274 100755 --- a/bin/rotate-vault-password +++ b/bin/rotate-vault-password @@ -12,5 +12,5 @@ gpg \ --output misc/vault-password.asc \ --encrypt password.txt -ansible-vault view misc/vaults/example.yml |\ +ansible-vault view misc/secrets/example.yml |\ grep 'Secret revealed!' > /dev/null && rm password.txt |