mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 18:43:50 +08:00
25 lines
645 B
Plaintext
25 lines
645 B
Plaintext
---
|
|
# Define resources for this group of hosts here.
|
|
csi_primary_contact: Fedora Admins - admin@fedoraproject.org
|
|
csi_purpose: Domain Name Service
|
|
csi_security_category: High
|
|
external: true
|
|
ipa_client_shell_groups:
|
|
- sysadmin-dns
|
|
ipa_client_sudo_groups:
|
|
- sysadmin-dns
|
|
ipa_host_group: dns
|
|
ipa_host_group_desc: DNS servers
|
|
lvm_size: 30000
|
|
mem_size: 4096
|
|
nagios_has_named: true
|
|
nrpe_procs_crit: 500
|
|
nrpe_procs_warn: 300
|
|
num_cpus: 2
|
|
primary_auth_source: ipa
|
|
sudoers: "{{ private }}/files/sudo/sysadmin-dns"
|
|
tcp_ports: [53]
|
|
# for systems that do not match the above - specify the same parameter in
|
|
# the host_vars/$hostname file
|
|
udp_ports: [53]
|