From 83498bf16f996a7f77184aa47fea3f7fe132aae3 Mon Sep 17 00:00:00 2001 From: Christian Heusel <christian@heusel.eu> Date: Tue, 28 Nov 2023 14:21:32 +0100 Subject: [PATCH] Give gromit access to the archmanweb server In the context of the bugmigration the navbar of this service has to be redeployed for which I request access to this service. related to: https://gitlab.archlinux.org/archlinux/infrastructure/-/merge_requests/776 Signed-off-by: Christian Heusel <christian@heusel.eu> --- group_vars/all/root_access.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/group_vars/all/root_access.yml b/group_vars/all/root_access.yml index 19b9f4f36..b77e26a33 100644 --- a/group_vars/all/root_access.yml +++ b/group_vars/all/root_access.yml @@ -26,6 +26,7 @@ root_ssh_keys: hosts: - bugs.archlinux.org - wiki.archlinux.org + - man.archlinux.org # - run 'playbooks/tasks/reencrypt-vault-{super,default}-key.yml' when this # changes; before doing so, make sure to 'gpg --lsign-key' all listed keys -- GitLab