lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/30920 )
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, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/20/30920/1 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 -- To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/30920 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: Iccd7dce77ac408d1a0d5782b4563a5dfcf112030 Gerrit-Change-Number: 30920 Gerrit-PatchSet: 1 Gerrit-Owner: lynxis lazus <[email protected]> Gerrit-MessageType: newchange
