diff --git a/inventory/host_vars/resultsdb-stg01.qa.fedoraproject.org b/inventory/host_vars/resultsdb-stg01.qa.fedoraproject.org index d2897cb260..88abe027cc 100644 --- a/inventory/host_vars/resultsdb-stg01.qa.fedoraproject.org +++ b/inventory/host_vars/resultsdb-stg01.qa.fedoraproject.org @@ -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 diff --git a/inventory/host_vars/resultsdb01.qa.fedoraproject.org b/inventory/host_vars/resultsdb01.qa.fedoraproject.org index 3d78d5a2da..30359e8b45 100644 --- a/inventory/host_vars/resultsdb01.qa.fedoraproject.org +++ b/inventory/host_vars/resultsdb01.qa.fedoraproject.org @@ -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 diff --git a/inventory/host_vars/taskotron-stg01.qa.fedoraproject.org b/inventory/host_vars/taskotron-stg01.qa.fedoraproject.org index 76fa2e516e..21806ce67a 100644 --- a/inventory/host_vars/taskotron-stg01.qa.fedoraproject.org +++ b/inventory/host_vars/taskotron-stg01.qa.fedoraproject.org @@ -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 ############################################################ diff --git a/inventory/host_vars/taskotron01.qa.fedoraproject.org b/inventory/host_vars/taskotron01.qa.fedoraproject.org index c04ebe9116..7de82a4868 100644 --- a/inventory/host_vars/taskotron01.qa.fedoraproject.org +++ b/inventory/host_vars/taskotron01.qa.fedoraproject.org @@ -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 ############################################################