Files
configpolicy/.vault-secret.sh
Dustin C. Hatch b68a99091d vault-secret: Get key from Bitwarden
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.
2023-04-23 20:05:00 -05:00

4 lines
73 B
Bash
Executable File

#!/bin/sh
rbw get --folder Pyrocufflink 'Ansible Vault Key' | base64 -d