diff options
author | Kevin Fenzi <kevin@scrye.com> | 2016-02-06 19:49:28 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2016-02-06 19:49:28 +0000 |
commit | b09e7b0fd3b6d86b4f8dc16e82fb9ae9134968a6 (patch) | |
tree | 0ce9776d298840cf48fad9a4744282698ce9667c | |
parent | b4848d3f5327bccfaf7e7933536db21344efa7b7 (diff) | |
download | ansible-b09e7b0fd3b6d86b4f8dc16e82fb9ae9134968a6.tar.gz ansible-b09e7b0fd3b6d86b4f8dc16e82fb9ae9134968a6.tar.xz ansible-b09e7b0fd3b6d86b4f8dc16e82fb9ae9134968a6.zip |
Some more ip fixes and blacklists
5 files changed, 19 insertions, 0 deletions
diff --git a/inventory/host_vars/arm01-releng00.arm.fedoraproject.org b/inventory/host_vars/arm01-releng00.arm.fedoraproject.org index d9f568619..28bcc8a0d 100644 --- a/inventory/host_vars/arm01-releng00.arm.fedoraproject.org +++ b/inventory/host_vars/arm01-releng00.arm.fedoraproject.org @@ -5,3 +5,5 @@ libdir: /usr/lib nfs_mount_opts: rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3 + +gw: 10.5.78.254 diff --git a/inventory/host_vars/resultsdb-stg01.qa.fedoraproject.org b/inventory/host_vars/resultsdb-stg01.qa.fedoraproject.org index d5fabecb1..98c1f8e01 100644 --- a/inventory/host_vars/resultsdb-stg01.qa.fedoraproject.org +++ b/inventory/host_vars/resultsdb-stg01.qa.fedoraproject.org @@ -2,6 +2,10 @@ ############################################################ # 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 820ec4ce0..54cebff57 100644 --- a/inventory/host_vars/resultsdb01.qa.fedoraproject.org +++ b/inventory/host_vars/resultsdb01.qa.fedoraproject.org @@ -2,6 +2,10 @@ ############################################################ # 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 788e40b7b..ae0dae5ae 100644 --- a/inventory/host_vars/taskotron-stg01.qa.fedoraproject.org +++ b/inventory/host_vars/taskotron-stg01.qa.fedoraproject.org @@ -8,6 +8,10 @@ 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 9876076bf..e8e33b1e7 100644 --- a/inventory/host_vars/taskotron01.qa.fedoraproject.org +++ b/inventory/host_vars/taskotron01.qa.fedoraproject.org @@ -15,6 +15,11 @@ 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 ############################################################ |