Rename gw group to dnagw
This commit is contained in:
parent
9f86ecc099
commit
d89515e3aa
3 changed files with 7 additions and 7 deletions
23
group_vars/dnagw.yml
Normal file
23
group_vars/dnagw.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
network_vip_interfaces:
|
||||
- device: vio0
|
||||
vhid: 1
|
||||
ipaddr: 172.20.20.1
|
||||
netmask: 255.255.252.0
|
||||
pass: "{{ vip1_pass }}"
|
||||
priority: 120
|
||||
- device: vio0
|
||||
vhid: 10
|
||||
ipaddr: 172.20.20.10
|
||||
netmask: 255.255.252.0
|
||||
pass: "{{ vip10_pass }}"
|
||||
priority: 120
|
||||
network_ether_interfaces:
|
||||
- device: vio1
|
||||
proto: none
|
||||
|
||||
# use custom firewall config
|
||||
firewall_src: pf.conf.gw_home
|
||||
|
||||
# ifstated config
|
||||
ifstated_config: ifstated-dna.conf.j2
|
Loading…
Add table
Add a link
Reference in a new issue