From f543b00f6898998fa3c5d4fae3b55074acb27388 Mon Sep 17 00:00:00 2001 From: Jens Steidl <Jens.Steidl@slub-dresden.de> Date: Tue, 13 Jul 2021 15:34:19 +0200 Subject: [PATCH] fix: added missing *.pass files required for roles --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 16c1971..32102ba 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,7 +1,7 @@ [defaults] # 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 = ../slub_osquery.pass +vault_identity_list = ../lza_install_common.pass, ../slub_osquery.pass, ../lza_server_hardening.pass # Path to default inventory file # Administrators can override this by using the "-i <inventoryfile>" CLI -- GitLab