apt norecommends file permission less strict
[noc.git] / README-vault
1 Creating key:
2     pwgen -s 128 -1 | gpg2 -e -a -o vault-pass.gpg
3
4 Reencrypt for new set of keys:
5     ./open-vault.sh | gpg2 -e -a -o vault-pass.gpg
6
7 Create a new vault file:
8     ansible-vault create secrets/foo.yaml
9
10 Edit a vault file:
11     ansible-vault edit secrets/foo.yaml