Adds vault files to be copied to clients

This commit is contained in:
2024-03-23 12:25:40 -04:00
parent 54408de2cf
commit 47ea7ba28a
5 changed files with 69 additions and 3 deletions

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
# If executable, it will be run and the resulting stdout will be used as the password.
;vault_password_file=
vault_password_file=~/.local/ansible/.vaultpwd
# (integer) Sets the default verbosity, equivalent to the number of ``-v`` passed in the command line.
;verbosity=0