skylab
/
skylab-ansible
Archived
2
0
Fork 0

Fix incorrect netdev type key name

This commit is contained in:
Ethan Paul 2021-12-11 15:54:16 -05:00
parent 1e0eb9b426
commit 425761f0f5
No known key found for this signature in database
GPG Key ID: 6A337337DF6B5B1A
1 changed files with 6 additions and 6 deletions

View File

@ -66,7 +66,7 @@ en1:
eno2:
bond: bond0
bond0:
type: bond
device: bond
firewall: internal
gateway: 10.42.101.1/24
dns:
@ -76,7 +76,7 @@ en1:
- 192.168.255.255/32
dhcp: false
bond0.99:
type: vlan
device: vlan
firewall: trusted
addresses:
- 192.168.42.10/24
@ -102,7 +102,7 @@ en1:
eno2:
bond: bond0
bond0:
type: bond
device: bond
firewall: internal
dhcp: false
gateway: 10.42.101.1/24
@ -112,7 +112,7 @@ en1:
dns:
- 10.42.101.1
bond0.99:
type: vlan
device: vlan
firewall: trusted
dhcp: false
addresses:
@ -139,7 +139,7 @@ en1:
eno2:
bond: bond0
bond0:
type: bond
device: bond
firewall: internal
gateway: 10.42.101.1/24
dns:
@ -149,7 +149,7 @@ en1:
- 192.168.255.255/32
dhcp: false
bond0.99:
type: vlan
device: vlan
firewall: trusted
addresses:
- 192.168.42.30/24