commit eda005cf2020dd525db890c77e2653d7c78a8350
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Nov 24 16:07:58 2016 +0100
Add group_vars dns
inventory/group_vars/dns | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/inventory/group_vars/dns b/inventory/group_vars/dns
new file mode 100644
index 0000000..2fdd07b
--- /dev/null
+++ b/inventory/group_vars/dns
@@ -0,0 +1,23 @@
+---
+# 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: RPM Fusion Admins - root(a)rpmfusion.org
+csi_purpose: Domain Name Service
+
Show replies by date