From 20252c8b1c3afb76dea6432776b28815061820f7 Mon Sep 17 00:00:00 2001 From: mg Date: Sat, 13 Mar 2021 19:53:43 +0100 Subject: [PATCH] Werte von CLI in CFG (#36) Doku Werte von Readme in ansible.cfg Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/36 Co-Authored-By: mg Co-Committed-By: mg --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 370679c4..da2846fa 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -6,6 +6,7 @@ roles_path = ./roles lookup_plugins = ./plugins/lookup collections_paths = ./ansible_collections private_key_file = ./id_rsa_ansible_user +vault_password_file = vault-pass.yml [inventory] [privilege_escalation]