feat: Edits ansible config to use the vault-gopass script

This commit is contained in:
2024-11-27 08:54:38 -05:00
parent f43cd2c543
commit a86116056f

View File

@@ -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 # (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. # 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. # (integer) Sets the default verbosity, equivalent to the number of ``-v`` passed in the command line.
;verbosity=0 ;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. # 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. # If this option is omitted, the global C(RUN_VARS_PLUGINS) configuration is used to determine when to execute the vars plugin.
;stage= ;stage=