Skip to content
Snippets Groups Projects
Commit 4830edcf authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: paths for role and Vault password file

parent 9420f917
No related branches found
No related tags found
No related merge requests found
Pipeline #6863 failed
......@@ -2,7 +2,7 @@
# If set, configures the path to the Vault password file as an alternative to
# specifying --vault-password-file on the command line.
#vault_identity_list = ../vault_password_file_1.pass, ../vault_password_file_2.pass
vault_identity_list = ../../../lza_amrepo_backup.pass
vault_identity_list = ../lza_amrepo_backup.pass
# Path to default inventory file
# Administrators can override this by using the "-i <inventoryfile>" CLI
......
......@@ -25,7 +25,7 @@ provisioner:
defaults:
# https://stackoverflow.com/questions/57435811/ansible-molecule-pass-multiple-vault-ids
#vault_identity_list: "@$HOME/.ansible/roles/lza_install_common.pass, @$HOME/.ansible/roles/passfile_1.pass"
vault_identity_list: "../../../../../lza_amrepo_backup.pass"
vault_identity_list: "../../../lza_amrepo_backup.pass"
vvv: false
playbooks:
# create: ../resources/playbooks/create.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment