diff options
-rw-r--r-- | inventory/group_vars/atomichw | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/inventory/group_vars/atomichw b/inventory/group_vars/atomichw index 5c0a8e2ef..37b0ffd72 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 |