From 76a03f111dd0cb60cfc03bf655bc6e5b092fba02 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 4 Nov 2021 16:57:54 -0700 Subject: [PATCH] Cleanup users launch-node.py might have used Cloud images bake in an ubuntu/centos/admin user then prevent root logins. Early on in our boot process we copy authorized keys to root then logout and back in again as root and proceed from there. This means it should be safe to remove these "helpful" user accounts that we don't use. Clean them up as they can only cause problems. Change-Id: I9dc1e580cb69004f071370c21c2a5fda09e0cf5b --- inventory/base/group_vars/all.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/base/group_vars/all.yaml b/inventory/base/group_vars/all.yaml index 1c686f515c..9e34a9480c 100644 --- a/inventory/base/group_vars/all.yaml +++ b/inventory/base/group_vars/all.yaml @@ -184,3 +184,6 @@ disabled_users: - shrews - dmsimard - pabelanger + - ubuntu + - centos + - admin