mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
dhcpd: fix more duplicates
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -1619,7 +1619,7 @@ host storinator01.rdu3.fedoraproject.org {
|
||||
|
||||
host vmhost-x86-iso02.mgmt.rdu3.fedoraproject.org {
|
||||
hardware ethernet a8:3c:a5:35:10:42;
|
||||
fixed-address 10.16.160.16;
|
||||
fixed-address 10.16.160.29;
|
||||
option routers 10.16.160.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
option host-name "vmhost-x86-iso02.mgmt.rdu3.fedoraproject.org";
|
||||
@@ -1637,7 +1637,7 @@ host vmhost-x86-iso02.rdu3.fedoraproject.org {
|
||||
|
||||
host vmhost-x86-iso03.mgmt.rdu3.fedoraproject.org {
|
||||
hardware ethernet d0:94:66:44:c2:78;
|
||||
fixed-address 10.16.160.17;
|
||||
fixed-address 10.16.160.30;
|
||||
option routers 10.16.160.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
option host-name "vmhost-x86-iso03.mgmt.rdu3.fedoraproject.org";
|
||||
@@ -1655,7 +1655,7 @@ host vmhost-x86-iso03.rdu3.fedoraproject.org {
|
||||
|
||||
host vmhost-x86-iso04.mgmt.rdu3.fedoraproject.org {
|
||||
hardware ethernet c8:4b:d6:98:c1:4e;
|
||||
fixed-address 10.16.160.18;
|
||||
fixed-address 10.16.160.31;
|
||||
option routers 10.16.160.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
option host-name "vmhost-x86-iso04.mgmt.rdu3.fedoraproject.org";
|
||||
|
||||
Reference in New Issue
Block a user