remove ansible_ifcfg_blacklist from taskotron hosts
We have eth0 devices now, and the blacklist is causing is routing issues. See: https://pagure.io/taskotron/issue/231
This commit is contained in:
parent
d4d019b054
commit
51454962dc
4 changed files with 0 additions and 18 deletions
|
@ -2,10 +2,6 @@
|
|||
############################################################
|
||||
# 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
|
||||
|
|
|
@ -2,10 +2,6 @@
|
|||
############################################################
|
||||
# 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
|
||||
|
|
|
@ -8,11 +8,6 @@ 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
|
||||
############################################################
|
||||
|
|
|
@ -15,11 +15,6 @@ 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
|
||||
############################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue