From 2803a028a64ef72fc7df00afcf970e44c776565f Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Fri, 18 Oct 2024 13:04:32 +0200 Subject: [PATCH] [ipsilon_stg] Change the group that has access to sysadmin-noc We are currently not able to create a new group in ipa on staging. But to gain access to @luhliarik to test https://pagure.io/fedora-infrastructure/issue/12092 let's use some existing group. Signed-off-by: Michal Konecny --- inventory/group_vars/ipsilon_stg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/ipsilon_stg b/inventory/group_vars/ipsilon_stg index cce2fa8c76..152068fbe9 100644 --- a/inventory/group_vars/ipsilon_stg +++ b/inventory/group_vars/ipsilon_stg @@ -5,9 +5,9 @@ custom_rules: ['-A INPUT -p tcp -m tcp -s 10.3.163.39 --dport 873 -j ACCEPT', '- ipa_host_group: ipsilon ipa_host_group_desc: Ipsilon SSO application ipa_client_shell_groups: - - sysadmin-ipsilon + - sysadmin-noc ipa_client_sudo_groups: - - sysadmin-ipsilon + - sysadmin-noc lvm_size: 20000 mem_size: 4096 num_cpus: 2