From 740b73cb7d8f36c880cc16e2ddc8131eb86ddb39 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Fri, 31 Mar 2023 12:19:50 -0400 Subject: [PATCH] Update default to always prompt for vault password --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 4bb47f0..0bf331f 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,6 +2,7 @@ host_key_checking = true collections_path = .ansible inventory = inventory.yaml +ask_vault_pass = true [ssh_connection] ssh_args = "-o ControlMaster=auto -o ControlPersist=60s"