aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2023-01-10 02:05:05 +0100
committerlaforge <laforge@osmocom.org>2023-03-25 08:07:42 +0000
commit703be698bf806dd1dd9e5f97e17e3ea71315e88d (patch)
treeed356585010ee7409d7180896aad18e0b3d34025 /ansible
parent68e1cddb3deff7dc3a0074cc1cc21d77d2a5b2e6 (diff)
ansible.cfg: set default remote_user = root
Diffstat (limited to 'ansible')
-rw-r--r--ansible/ansible.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
index 93e5840..6c361a3 100644
--- a/ansible/ansible.cfg
+++ b/ansible/ansible.cfg
@@ -1,6 +1,8 @@
[defaults]
stdout_callback=debug
+remote_user = root
+
[ssh_connection]
ssh_args = -F util/ssh_config -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=accept-new