summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2015-01-27 16:29:44 +0000
committerKevin Fenzi <kevin@scrye.com>2015-01-27 16:29:44 +0000
commitb0f2edab2f5e940712f9334f1a3aa4faeb1b8adb (patch)
treef7f1c0c17fde5288a10a12857fc8cf510adfb533
parent9d1e65e2f3bca5e825afbc2158e76adc93c74bef (diff)
downloadansible-b0f2edab2f5e940712f9334f1a3aa4faeb1b8adb.tar.gz
ansible-b0f2edab2f5e940712f9334f1a3aa4faeb1b8adb.tar.xz
ansible-b0f2edab2f5e940712f9334f1a3aa4faeb1b8adb.zip
We need group vars since we moved this to another group
-rw-r--r--inventory/group_vars/mirrorlist214
1 files changed, 14 insertions, 0 deletions
diff --git a/inventory/group_vars/mirrorlist2 b/inventory/group_vars/mirrorlist2
new file mode 100644
index 000000000..20b93064d
--- /dev/null
+++ b/inventory/group_vars/mirrorlist2
@@ -0,0 +1,14 @@
+---
+lvm_size: 20000
+mem_size: 8192
+num_cpus: 4
+# for systems that do not match the above - specify the same parameter in
+# the host_vars/$hostname file
+
+#custom_rules: [ '-A INPUT -p tcp -m tcp -s 192.168.0.0/16 --dport 80 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.0/24 --dport 80 -j ACCEPT' ]
+collectd_apache: true
+fas_client_groups: sysadmin-noc,fi-apprentice
+nrpe_procs_warn: 500
+nrpe_procs_crit: 600
+# By default run 45 wsgi procs
+mirrorlist_procs: 45