From 375795be7413f6b90e7b8e96c417f7879739e58f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 5 Feb 2016 21:47:38 +0000 Subject: [PATCH] Just blacklist this for now. --- inventory/group_vars/atomichw | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/inventory/group_vars/atomichw b/inventory/group_vars/atomichw index 5c0a8e2ef0..37b0ffd72c 100644 --- a/inventory/group_vars/atomichw +++ b/inventory/group_vars/atomichw @@ -8,6 +8,9 @@ fas_client_groups: atomic,sysadmin-atomic tcp_ports: [ 80, 443, 873 ] +# Just blacklist this for now as it has a eth1 we do not want to configure. +ansible_ifcfg_blacklist: true + eth0_ip: 10.5.124.150 -eth0_gw: 10.5.124.254 eth0_nm: 255.255.255.128 +gw: 10.5.124.254