From 2803a028a64ef72fc7df00afcf970e44c776565f Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Oct 18 2024 11:06:38 +0000 Subject: [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 --- diff --git a/inventory/group_vars/ipsilon_stg b/inventory/group_vars/ipsilon_stg index cce2fa8..152068f 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