From 12642d50e359cf1afae5aa6e8f0853d64e3d8d33 Mon Sep 17 00:00:00 2001 From: jchristgit Date: Sun, 14 Apr 2024 14:19:34 +0200 Subject: Configure Ansible for user authentication (#213) --- ansible/ansible.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ansible') diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 6cbcfc6..bf8864e 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,12 +1,11 @@ [defaults] -remote_user = root inventory = inventory/hosts.yaml host_key_checking = False vault_password_file = vault_passwords [privilege_escalation] become = yes -become_user = root +become_ask_pass = yes [connection] pipelining = True -- cgit v1.2.3