mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 10:01:44 +08:00
lets add another dhcp net. not sure this will work
This commit is contained in:
@@ -1732,3 +1732,24 @@ subnet 10.5.78.0 netmask 255.255.255.0 {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
subnet 10.5.131.0 netmask 255.255.255.0 {
|
||||
allow booting;
|
||||
allow bootp;
|
||||
|
||||
option domain-name "mgmt.fedoraproject.org phx2.fedoraproject.org";
|
||||
option domain-name-servers 10.5.126.21, 10.5.126.22;
|
||||
option routers 10.5.131.254;
|
||||
option log-servers 10.5.126.29;
|
||||
range 10.5.131.210 10.5.131.220;
|
||||
next-server 10.5.126.41;
|
||||
filename "pxelinux.0";
|
||||
|
||||
host retrace03 {
|
||||
hardware ethernet ec:f4:bb:c0:38:a0;
|
||||
fixed address 10.5.131.10;
|
||||
option host-name "retrace03.qa.fedoraproject.org";
|
||||
next-server 10.5.126.41;
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user