Update network structure in prep for playbook overhaul

This commit is contained in:
2019-09-27 03:00:07 -04:00
parent dca25832c4
commit 1caa880cc1
3 changed files with 52 additions and 5 deletions

View File

@@ -1,6 +1,33 @@
---
description: EN1 Core Router
ansible_network_os: edgeos
targets:
- admin
- network
network:
ethernet_eth0:
address: dhcp
description: UPLINK
extra:
- duplex auto
- speed auto
ethernet_eth1:
address: 10.42.100.1/24
description: PUBLIC
extra:
- duplex auto
- speed auto
ethernet_eth2:
address: 10.42.101.1/24
description: PRIVATE
extra:
- duplex auto
- speed auto
ethernet_eth2_vif_10:
address: 10.42.102.1/24
description: SECURE
extra:
- mtu 1500