laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/30920 )
(
3 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: ansible.cfg: set default remote_user = root ......................................................................
ansible.cfg: set default remote_user = root
Change-Id: Iccd7dce77ac408d1a0d5782b4563a5dfcf112030 --- M ansible/ansible.cfg 1 file changed, 11 insertions(+), 0 deletions(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
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