See about fixing up mirrorlist2 in staging
This commit is contained in:
parent
764916f8b1
commit
ec633c1d2b
3 changed files with 22 additions and 3 deletions
17
inventory/group_vars/mirrorlist2-stg
Normal file
17
inventory/group_vars/mirrorlist2-stg
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
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
|
||||
|
||||
# Set this to get the vpn postfix setup
|
||||
postfix_group: vpn
|
|
@ -348,8 +348,10 @@ mirrorlist-dedicatedsolutions.fedoraproject.org
|
|||
mirrorlist-host1plus.fedoraproject.org
|
||||
mirrorlist-phx2.phx2.fedoraproject.org
|
||||
|
||||
[mm-stg]
|
||||
[mirrorlist2-stg]
|
||||
mirrorlist-phx2.stg.phx2.fedoraproject.org
|
||||
|
||||
[mm-stg]
|
||||
mm-frontend01.stg.phx2.fedoraproject.org
|
||||
mm-backend01.stg.phx2.fedoraproject.org
|
||||
mm-crawler01.stg.phx2.fedoraproject.org
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
|
||||
|
||||
- name: make mirrorlist app server
|
||||
hosts: mirrorlist2
|
||||
hosts: mirrorlist2:mirrorlist2-stg
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
|||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: make the box be real
|
||||
hosts: mirrorlist2
|
||||
hosts: mirrorlist2:mirrorlist2-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue