mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
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>
17 lines
340 B
Plaintext
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
|