mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
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:
@@ -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
|
||||
############################################################
|
||||
|
||||
Reference in New Issue
Block a user