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:
Kamil Páral 2017-08-10 19:18:32 +02:00
parent d4d019b054
commit 51454962dc
4 changed files with 0 additions and 18 deletions

View file

@ -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

View file

@ -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

View file

@ -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
############################################################

View file

@ -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
############################################################