migrated notes from infra/hosts motd changes; excluding CSI infos removed csi_* vars from group_vars; converted csi_purpose & csi_relationship into notes fixed merge conflicts minor changes; var updating YAMLs & playbooks udpated YAMLs & playbooks again updated correctly; buildhw.yml fixing merge conflicts dest added in motd.yml
23 lines
551 B
Text
23 lines
551 B
Text
---
|
|
# Define resources for this group of hosts here.
|
|
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]
|
|
|
|
notes: Domain Name Service
|