ansible.cfg: set default remote_user = root

Change-Id: Iccd7dce77ac408d1a0d5782b4563a5dfcf112030
This commit is contained in:
Alexander Couzens 2023-01-10 02:05:05 +01:00 committed by laforge
parent 68e1cddb3d
commit 703be698bf
1 changed files with 2 additions and 0 deletions

View File

@ -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