diff options
author | Kevin Fenzi <kevin@scrye.com> | 2016-02-05 21:47:38 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2016-02-05 21:47:38 +0000 |
commit | 375795be7413f6b90e7b8e96c417f7879739e58f (patch) | |
tree | 4716a85dd4ce4180c0871389090fd9f516b2018b | |
parent | 5abbb2588cfdeb71ee976ca3effa2b4d979ee8fd (diff) | |
download | ansible-375795be7413f6b90e7b8e96c417f7879739e58f.tar.gz ansible-375795be7413f6b90e7b8e96c417f7879739e58f.tar.xz ansible-375795be7413f6b90e7b8e96c417f7879739e58f.zip |
Just blacklist this for now.
-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 |