aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar jchristgit <[email protected]>2024-04-14 14:19:34 +0200
committerGravatar GitHub <[email protected]>2024-04-14 13:19:34 +0100
commit12642d50e359cf1afae5aa6e8f0853d64e3d8d33 (patch)
treeb6caefe8036f8f587bdb99e30b3cffd825117064
parentLog the result of the status embed request (#215) (diff)
Configure Ansible for user authentication (#213)
-rw-r--r--ansible/ansible.cfg3
1 files changed, 1 insertions, 2 deletions
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