Add nms01/02 hosts
This commit is contained in:
parent
c7d8c1e677
commit
1c9df4f36f
5 changed files with 95 additions and 0 deletions
18
group_vars/nms.yml
Normal file
18
group_vars/nms.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
datadisks:
|
||||
- 10
|
||||
|
||||
network_vip_interfaces:
|
||||
- device: eth1
|
||||
vhid: 25
|
||||
ipaddr: 172.20.25.1
|
||||
netmask: 255.255.0.0
|
||||
pass: "{{ vip25_pass }}"
|
||||
priority: "{{ vip25_priority }}"
|
||||
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 4949, from: [172.20.20.0/22]}
|
||||
firewall_raw:
|
||||
- "-A INPUT -i eth1 -d 224.0.0.0/8 -j ACCEPT"
|
||||
- "-A INPUT -i eth1 -p vrrp -j ACCEPT"
|
Loading…
Add table
Add a link
Reference in a new issue