laforge submitted this change.
3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
ansible.cfg: set default remote_user = root
Change-Id: Iccd7dce77ac408d1a0d5782b4563a5dfcf112030
---
M ansible/ansible.cfg
1 file changed, 11 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
To view, visit change 30920. To unsubscribe, or for help writing mail filters, visit settings.