24 lines
527 B
Text
24 lines
527 B
Text
---
|
|
# Define resources for this group of hosts here.
|
|
lvm_size: 30000
|
|
mem_size: 2048
|
|
num_cpus: 2
|
|
|
|
# for systems that do not match the above - specify the same parameter in
|
|
# the host_vars/$hostname file
|
|
|
|
udp_ports: [ 53 ]
|
|
tcp_ports: [ 53 ]
|
|
|
|
fas_client_groups: sysadmin-main,sysadmin-dns
|
|
|
|
nrpe_procs_warn: 300
|
|
nrpe_procs_crit: 500
|
|
|
|
sudoers: "{{ private }}/files/sudo/sysadmin-dns"
|
|
|
|
csi_security_category: High
|
|
csi_primary_contact: Fedora Admins - admin@fedoraproject.org
|
|
csi_purpose: Domain Name Service
|
|
|
|
nagios_has_named: true
|