From 1d6cd8e879a5287052349235b1358df95a25d0cd Mon Sep 17 00:00:00 2001 From: root Date: Fri, 28 Feb 2020 11:22:15 +0100 Subject: [PATCH] Changed ansble_user and ansible_ssh_user in majestix host vars to root --- host_vars/majestix.las.kit.edu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host_vars/majestix.las.kit.edu b/host_vars/majestix.las.kit.edu index a3b4caa..0727af6 100644 --- a/host_vars/majestix.las.kit.edu +++ b/host_vars/majestix.las.kit.edu @@ -1,5 +1,5 @@ -ansible_user: bernhard -ansible_ssh_user: bernhard +ansible_user: root +ansible_ssh_user: root user_account: bernhard ip_suffix: 70 loc: 601 -- GitLab