From a3ab9d7ba9a3c2bce26772ace6aaa982f8ed99e4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 8 Jun 2020 08:30:36 -0700 Subject: [PATCH] iad2-move: try and set a global default for eth1 to bypass template error Signed-off-by: Kevin Fenzi --- inventory/group_vars/all | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory/group_vars/all b/inventory/group_vars/all index 2b9365394b..a42c86a19c 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -68,6 +68,7 @@ ansible_ifcfg_infra_net_devices: [ 'eth0', 'enc900' ] # less than a /24. eth0_nm: 255.255.255.0 eth1_nm: 255.255.255.0 +eth1_ip: 10.10.10.10 br0_nm: 255.255.255.0 br1_nm: 255.255.255.0 # Default to managing the network, we want to not do this on select hosts (like cloud nodes)