I don't use GnuPG for anything else anymore, so it's becoming rather cumbersome to keep setting it up just for the Ansible Vault secret. Since I use Bitwarden to store the passphrase for my PGP key anyway, it makes sense to just store the Ansible Vault secret there directly.
4 lines
73 B
Bash
Executable File
4 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rbw get --folder Pyrocufflink 'Ansible Vault Key' | base64 -d
|