mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 06:05:08 +08:00
dhcpd: add openqa-p09-worker01/02
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -1783,4 +1783,22 @@ host bvmhost-x86-riscv01 {
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
host openqa-p09-worker01 {
|
||||
hardware ethernet 40:a6:b7:18:87:24;
|
||||
fixed-address 10.3.174.42;
|
||||
option host-name "openqa-p09-worker01.iad2.fedoraproject.org";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.174.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
host openqa-p09-worker02 {
|
||||
hardware ethernet 40:a6:b7:18:86:b8;
|
||||
fixed-address 10.3.174.43;
|
||||
option host-name "openqa-p09-worker02.iad2.fedoraproject.org";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.174.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
## End of file
|
||||
|
||||
Reference in New Issue
Block a user