Remove unused host_vars
This commit is contained in:
parent
b02da06c97
commit
02c1899ee0
@ -1,22 +0,0 @@
|
||||
---
|
||||
#network_interfaces:
|
||||
# - name: eth0
|
||||
# address:
|
||||
# - 45.56.123.101/24
|
||||
# - 2600:3c00::f03c:91ff:fed5:eeec/64
|
||||
# gateway:
|
||||
# - 45.56.123.1
|
||||
# - fe80::1
|
||||
|
||||
firewall_allowed_tcp_ports:
|
||||
v4:
|
||||
- 443
|
||||
- 80
|
||||
- 8186
|
||||
v6:
|
||||
- 443
|
||||
- 80
|
||||
- 8186
|
||||
|
||||
postfix_sasl_passwd_map:
|
||||
"[smtp.fastmail.com]:465": "foo:bar"
|
@ -1,17 +0,0 @@
|
||||
---
|
||||
keepalived_vrrp_instances:
|
||||
VI_1:
|
||||
state: MASTER
|
||||
interface: eth0
|
||||
virtual_router_id: 51
|
||||
priority: 254
|
||||
authentication:
|
||||
auth_type: PASS
|
||||
auth_pass: asdf
|
||||
unicast_peer: |
|
||||
{{ groups['rabbitmq_servers'] | map('extract', hostvars, ['ansible_eth0', 'ipv4', 'address']) | difference([ansible_default_ipv4.address])| list }}
|
||||
virtual_ipaddress:
|
||||
- 10.100.100.20/24
|
||||
track_script:
|
||||
- chk_rabbitmq
|
||||
- chk_amqp_port
|
@ -1,17 +0,0 @@
|
||||
---
|
||||
keepalived_vrrp_instances:
|
||||
VI_1:
|
||||
state: BACKUP
|
||||
interface: eth0
|
||||
virtual_router_id: 51
|
||||
priority: 253
|
||||
authentication:
|
||||
auth_type: PASS
|
||||
auth_pass: asdf
|
||||
unicast_peer: |
|
||||
{{ groups['rabbitmq_servers'] | map('extract', hostvars, ['ansible_eth0', 'ipv4', 'address']) | difference([ansible_default_ipv4.address])| list }}
|
||||
virtual_ipaddress:
|
||||
- 10.100.100.20/24
|
||||
track_script:
|
||||
- chk_rabbitmq
|
||||
- chk_amqp_port
|
@ -1,17 +0,0 @@
|
||||
---
|
||||
keepalived_vrrp_instances:
|
||||
VI_1:
|
||||
state: BACKUP
|
||||
interface: eth0
|
||||
virtual_router_id: 51
|
||||
priority: 252
|
||||
authentication:
|
||||
auth_type: PASS
|
||||
auth_pass: asdf
|
||||
unicast_peer: |
|
||||
{{ groups['rabbitmq_servers'] | map('extract', hostvars, ['ansible_eth0', 'ipv4', 'address']) | difference([ansible_default_ipv4.address])| list }}
|
||||
virtual_ipaddress:
|
||||
- 10.100.100.20/24
|
||||
track_script:
|
||||
- chk_rabbitmq
|
||||
- chk_amqp_port
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
#network_interfaces:
|
||||
# - name: enp1s0
|
||||
# address:
|
||||
# - 192.168.124.124/24
|
||||
# gateway4: 192.168.124.1
|
||||
#
|
Loading…
Reference in New Issue
Block a user