From cd9c301fb0a1cb235a19787f42c9f0225649434e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de>
Date: Thu, 8 Apr 2021 14:27:51 +0200
Subject: [PATCH] disable Vault PW files

---
 ansible.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansible.cfg b/ansible.cfg
index 2c861d6..8303f9c 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -1,12 +1,12 @@
 [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 = ../lza_install_common.pass, ../lza_server_hardening.pass, ../slub_osquery.pass
+#vault_identity_list = ../lza_install_common.pass, ../lza_server_hardening.pass, ../slub_osquery.pass
 
 # Path to default inventory file
 # Administrators can override this by using the "-i <inventoryfile>" CLI
 # argument.
-inventory           = ../ansible_vaults/inventory.yml
+#inventory           = ../ansible_vaults/inventory.yml
 
 # Remote user name
 # We DELIBERATELY set this to an non-existent non-root username to make sure
-- 
GitLab