We need group vars since we moved this to another group
This commit is contained in:
parent
9d1e65e2f3
commit
b0f2edab2f
1 changed files with 14 additions and 0 deletions
14
inventory/group_vars/mirrorlist2
Normal file
14
inventory/group_vars/mirrorlist2
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue