Some more ip fixes and blacklists
This commit is contained in:
parent
b4848d3f53
commit
b09e7b0fd3
5 changed files with 19 additions and 0 deletions
|
@ -5,3 +5,5 @@
|
||||||
libdir: /usr/lib
|
libdir: /usr/lib
|
||||||
|
|
||||||
nfs_mount_opts: rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3
|
nfs_mount_opts: rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3
|
||||||
|
|
||||||
|
gw: 10.5.78.254
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
############################################################
|
############################################################
|
||||||
# networking
|
# 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
|
nm: 255.255.255.0
|
||||||
gw: 10.5.124.254
|
gw: 10.5.124.254
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
############################################################
|
############################################################
|
||||||
# networking
|
# 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
|
nm: 255.255.255.0
|
||||||
gw: 10.5.124.254
|
gw: 10.5.124.254
|
||||||
|
|
|
@ -8,6 +8,10 @@ gw: 10.5.124.254
|
||||||
dns: 10.5.126.21
|
dns: 10.5.126.21
|
||||||
eth0_ip: 10.5.124.232
|
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
|
# install
|
||||||
|
|
|
@ -15,6 +15,11 @@ gw: 10.5.124.254
|
||||||
dns: 10.5.126.21
|
dns: 10.5.126.21
|
||||||
eth0_ip: 10.5.124.206
|
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
|
# install
|
||||||
############################################################
|
############################################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue