Move nms host roles to adm hosts
This commit is contained in:
parent
4c32ae71da
commit
fe5444052b
6 changed files with 140 additions and 1 deletions
|
@ -4,3 +4,16 @@ network_interfaces:
|
|||
- device: eth0
|
||||
vlan: 20
|
||||
mac: "52:54:00:ac:dc:0c"
|
||||
- device: eth1
|
||||
vlan: 25
|
||||
ipaddr: 172.20.25.3
|
||||
netmask: 255.255.255.0
|
||||
proto: static
|
||||
nameservers: [172.20.25.1, 172.20.25.2, 172.20.25.3]
|
||||
- device: eth2
|
||||
vlan: 103
|
||||
ipaddr: 192.168.100.3
|
||||
netmask: 255.255.255.248
|
||||
proto: static
|
||||
|
||||
vip25_priority: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue