feat: add rbw plugin for secret management
This commit is contained in:
parent
205cf36feb
commit
033d3d6371
4 changed files with 60 additions and 6 deletions
|
|
@ -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' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue