From 3e113e426f0db8f08c12024851811c3178781b6d Mon Sep 17 00:00:00 2001
From: Kristian Klausen <kristian@klausen.dk>
Date: Mon, 2 Aug 2021 14:26:44 +0200
Subject: [PATCH] archusers: Restrict fukawi2 to the mail.al.org host

Looks like a oversight when he was offboarded as DevOps.
As support staff he shouldn't have access to
---
 group_vars/all/archusers.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/group_vars/all/archusers.yml b/group_vars/all/archusers.yml
index 21d60cd3a..1af4b2872 100644
--- a/group_vars/all/archusers.yml
+++ b/group_vars/all/archusers.yml
@@ -240,7 +240,10 @@ arch_users:
   fukawi2:
     name: "Phillip Smith"
     ssh_key: fukawi2.pub
-    groups: []
+    hosts:
+      - mail.archlinux.org
+    groups:
+      - support-staff
   gitlab:
     name: ""
     groups: []
-- 
GitLab