diff options
author | 2024-04-14 14:19:34 +0200 | |
---|---|---|
committer | 2024-04-14 13:19:34 +0100 | |
commit | 12642d50e359cf1afae5aa6e8f0853d64e3d8d33 (patch) | |
tree | b6caefe8036f8f587bdb99e30b3cffd825117064 | |
parent | Log the result of the status embed request (#215) (diff) |
Configure Ansible for user authentication (#213)
-rw-r--r-- | ansible/ansible.cfg | 3 |
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 |