2014-12-06 22:46:11 +00:00
|
|
|
---
|
2021-05-04 08:52:52 -07:00
|
|
|
# Define resources for this group of hosts here.
|
2021-11-16 13:27:57 -08:00
|
|
|
csi_primary_contact: Fedora Admins - admin@fedoraproject.org
|
|
|
|
csi_purpose: Domain Name Service
|
|
|
|
csi_security_category: High
|
|
|
|
ipa_client_shell_groups:
|
|
|
|
- sysadmin-dns
|
|
|
|
ipa_client_sudo_groups:
|
|
|
|
- sysadmin-dns
|
|
|
|
ipa_host_group: dns
|
|
|
|
ipa_host_group_desc: DNS servers
|
2014-12-06 22:46:11 +00:00
|
|
|
lvm_size: 30000
|
|
|
|
mem_size: 2048
|
2021-11-16 13:27:57 -08:00
|
|
|
nagios_has_named: true
|
|
|
|
nrpe_procs_crit: 500
|
|
|
|
nrpe_procs_warn: 300
|
2014-12-06 22:46:11 +00:00
|
|
|
num_cpus: 2
|
2021-03-19 17:25:38 +01:00
|
|
|
primary_auth_source: ipa
|
2015-08-13 21:58:21 +00:00
|
|
|
sudoers: "{{ private }}/files/sudo/sysadmin-dns"
|
2021-11-16 13:27:57 -08:00
|
|
|
tcp_ports: [53]
|
|
|
|
# for systems that do not match the above - specify the same parameter in
|
|
|
|
# the host_vars/$hostname file
|
|
|
|
udp_ports: [53]
|