feat: add rbw plugin for secret management

This commit is contained in:
Alexander Navarro 2025-05-28 16:21:12 -04:00
parent 205cf36feb
commit 033d3d6371
4 changed files with 60 additions and 6 deletions

View file

@ -1,10 +1,6 @@
# Repo management tasks
mod repo '.devfiles/justfile'
set dotenv-load := true
export ANSIBLE_VAULT_PASSWORD_FILE := justfile_directory() + "/.decrypt-pass.txt"
export ANSIBLE_BECOME_PASSWORD_FILE := justfile_directory() + "/.become-pass.txt"
# Debug output, disabled in CI
export ANSIBLE_DISPLAY_ARGS_TO_STDOUT := if env('CI', '') == 'true' { 'false' } else { 'true' }