From 425761f0f5429e4178efff13ed4ff185bb64f192 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Sat, 11 Dec 2021 15:54:16 -0500 Subject: [PATCH] Fix incorrect netdev type key name --- inventory.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/inventory.yaml b/inventory.yaml index ab82ad0..1ab0b90 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -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