ansible/inventory/group_vars/builders
Kevin Fenzi 00e7d2a28c typo: use the correct seperator
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-01-13 12:01:46 -08:00

17 lines
455 B
Text

---
# nagios items
# We don't use nrpe to check any of the builders
# Nor do we check swap there.
ipa_client_shell_groups:
- sysadmin-releng
ipa_client_sudo_groups:
- sysadmin-releng
ipa_host_group: kojibuilder
ipa_host_group_desc: Koji Build hosts
nagios_Check_Services:
mail: false
nrpe: false
swap: false
primary_auth_source: ipa
# exclude updating koji-containerbuild for now as it breaks our setup.
package_exlcudes: "koji-containerbuild*"