From a86116056fd4e92e4721a26fd924bae05a8ea603 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 27 Nov 2024 08:54:38 -0500 Subject: [PATCH] feat: Edits ansible config to use the vault-gopass script --- ansible/ansible.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 32183bc..dda8552 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -274,7 +274,7 @@ roles_path={{ ANSIBLE_HOME ~ "~/.local/ansible/roles:/roles:/usr/share/ansible/r # (path) The vault password file to use. Equivalent to --vault-password-file or --vault-id # If executable, it will be run and the resulting stdout will be used as the password. -vault_password_file=~/.local/ansible/.vaultpwd +vault_password_file=~/.local/share/scripts/vault-gopass # (integer) Sets the default verbosity, equivalent to the number of ``-v`` passed in the command line. ;verbosity=0 @@ -982,4 +982,3 @@ cache_dir=~/.cache/ansible # Setting this option to V(inventory) will only run the vars plugin after parsing inventory. # If this option is omitted, the global C(RUN_VARS_PLUGINS) configuration is used to determine when to execute the vars plugin. ;stage= -