Files
fedora-infra_ansible/inventory/group_vars/dns
Kevin Fenzi 61e70e910f dns: servers are external
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-08-15 12:45:12 -07:00

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]