From 8f1d14f9ebf7408e8262a24d8d297d6623be52fd Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 9 Apr 2020 10:21:47 +0200 Subject: [PATCH] Add the rest and sort --- ansible/templates/alertad.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ansible/templates/alertad.conf b/ansible/templates/alertad.conf index df6e3d9..75ec345 100644 --- a/ansible/templates/alertad.conf +++ b/ansible/templates/alertad.conf @@ -11,9 +11,12 @@ AUTH_REQUIRED = True AUTH_PROVIDER = "keycloak" ADMIN_USERS = [ - "decentral1se", - "kawaiipunk", "calix", + "decentral1se", + "gunnar", + "kawaiipunk", + "naomi", + "roxie", "takkaria" ] USER_DEFAULT_SCOPES = ["admin"]