Some more ip fixes and blacklists

This commit is contained in:
Kevin Fenzi 2016-02-06 19:49:28 +00:00
parent b4848d3f53
commit b09e7b0fd3
5 changed files with 19 additions and 0 deletions

View file

@ -5,3 +5,5 @@
libdir: /usr/lib
nfs_mount_opts: rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3
gw: 10.5.78.254

View file

@ -2,6 +2,10 @@
############################################################
# networking
############################################################
#
# We set this for now because this host somehow has a ens3 device instead of eth0
#
ansible_ifcfg_blacklist: true
nm: 255.255.255.0
gw: 10.5.124.254

View file

@ -2,6 +2,10 @@
############################################################
# networking
############################################################
#
# We set this for now because this host somehow has a ens3 device instead of eth0
#
ansible_ifcfg_blacklist: true
nm: 255.255.255.0
gw: 10.5.124.254

View file

@ -8,6 +8,10 @@ gw: 10.5.124.254
dns: 10.5.126.21
eth0_ip: 10.5.124.232
#
# We set this for now because this host somehow has a ens3 device instead of eth0
#
ansible_ifcfg_blacklist: true
############################################################
# install

View file

@ -15,6 +15,11 @@ gw: 10.5.124.254
dns: 10.5.126.21
eth0_ip: 10.5.124.206
#
# We set this for now because this host somehow has a ens3 device instead of eth0
#
ansible_ifcfg_blacklist: true
############################################################
# install
############################################################