From 9962002bf50e742e9fd11c67b11c934aad65b53e Mon Sep 17 00:00:00 2001 From: Sheppy Date: Mon, 23 Dec 2024 10:59:41 +0000 Subject: [PATCH] add: vault configuration --- .gitignore | 1 + ansible.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9343dbe..1409a4b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ files/async-icinga-services-dynamic.conf hosts.ini files/atlantis-hub-content/ join-k8s-command +vault.secret diff --git a/ansible.cfg b/ansible.cfg index db74175..76df8a2 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,4 @@ [defaults] inventory = hosts.ini log_path = ansible.log +vault_password_file = vault.secret