diff options
Diffstat (limited to 'bin/rotate-vault-password')
| -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 2127274..293de4f 100755 --- a/bin/rotate-vault-password +++ b/bin/rotate-vault-password @@ -2,7 +2,7 @@ head -c 128 /dev/urandom | base64 > password.txt -ansible-vault rekey +ansible-vault rekey \ --new-vault-password-file password.txt \ `git grep -l 'ANSIBLE_VAULT;1.1;AES256$'` |