Files
fedora-infra_ansible/inventory/group_vars/builders
Nils Philippsen b5462742b1 ipa/client: enable for builders in prod
Also, revise special treatment for bkernel*, the `ipa/client` role
grants shell, sudo access for sysadmin-main by default, just ensure the
lists for additional groups are empty.

Signed-off-by: Nils Philippsen <nils@redhat.com>
2021-03-24 13:44:33 +01:00

17 lines
340 B
Plaintext

---
# nagios items
# We don't use nrpe to check any of the builders
# Nor do we check swap there.
nagios_Check_Services:
nrpe: false
swap: false
mail: false
primary_auth_source: ipa
ipa_host_group: kojibuilder
ipa_host_group_desc: Koji Build hosts
ipa_client_shell_groups:
- sysadmin-releng
ipa_client_sudo_groups:
- sysadmin-releng