rabbitmq: setup a iad2 cluster.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-18 16:33:06 -07:00
parent d00bc3b65f
commit 70fff265a7
5 changed files with 31 additions and 1 deletions

View file

@ -42,11 +42,15 @@ tcp_ports: [
custom_rules: [
# Neeed for rsync from log01 for logs.
'-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.3.163.39 --dport 873 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
# Inter-node traffic
'-A INPUT -p tcp -m tcp -s 10.5.126.74 --dport 25672 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.5.126.75 --dport 25672 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.5.126.76 --dport 25672 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.3.163.78 --dport 25672 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.3.163.79 --dport 25672 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.3.163.80 --dport 25672 -j ACCEPT',
]
fas_client_groups: sysadmin-main,sysadmin-messaging

View file

@ -0,0 +1,9 @@
---
volgroup: /dev/vg_guests
vmhost: vmhost-x86-02.iad2.fedoraproject.org
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-8-ext
ks_repo: http://209.132.181.6/repo/rhel/RHEL8-x86_64/
eth0_ip: 10.3.163.78
gw: 10.3.163.254
dns: 10.3.163.33
datacenter: iad2

View file

@ -0,0 +1,9 @@
---
volgroup: /dev/vg_guests
vmhost: vmhost-x86-03.iad2.fedoraproject.org
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-8-ext
ks_repo: http://209.132.181.6/repo/rhel/RHEL8-x86_64/
eth0_ip: 10.3.163.79
gw: 10.3.163.254
dns: 10.3.163.33
datacenter: iad2

View file

@ -0,0 +1,9 @@
---
volgroup: /dev/vg_guests
vmhost: vmhost-x86-04.iad2.fedoraproject.org
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-8-ext
ks_repo: http://209.132.181.6/repo/rhel/RHEL8-x86_64/
eth0_ip: 10.3.163.80
gw: 10.3.163.254
dns: 10.3.163.33
datacenter: iad2

View file

@ -30,7 +30,6 @@
- collectd/base
- collectd/postgres # This requires a 'databases' var to be set in host_vars
- sudo
- { role: openvpn/client, when: inventory_hostname == "db-fas01.phx2.fedoraproject.org" or inventory_hostname == "db01.phx2.fedoraproject.org" }
tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml"