From 373c11458c9a723978f98c4637cb1abe91e7aa42 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 1 Apr 2021 17:48:03 -0700 Subject: [PATCH] openqa_lab_workers: add a ipa group for access with sysadmin-qa Signed-off-by: Kevin Fenzi --- inventory/group_vars/openqa_lab_workers | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/inventory/group_vars/openqa_lab_workers b/inventory/group_vars/openqa_lab_workers index e3d0254b69..dddb3ab700 100644 --- a/inventory/group_vars/openqa_lab_workers +++ b/inventory/group_vars/openqa_lab_workers @@ -24,3 +24,11 @@ openqa_scratch: ["64984055", "64981832", "64981668", "64981666"] deployment_type: stg freezes: false + +primary_auth_source: ipa +ipa_host_group: openqa-lab-workers +ipa_host_group_desc: OpenQA Lab worker hosts +ipa_client_shell_groups: +- sysadmin-qa +ipa_client_sudo_groups: +- sysadmin-qa