mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
bvmhost-a64-01.stg: add new mac address to dhcp
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -761,6 +761,14 @@ host bvmhost-x86-05-stg {
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
host bvmhost-a64-01-stg {
|
||||
hardware ethernet 0c:42:a1:c2:5d:a6;
|
||||
fixed-address 10.3.167.16;
|
||||
filename "uefi/grubaa64.efi";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.167.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
# Build network
|
||||
host bvmhost-x86-01 {
|
||||
|
||||
Reference in New Issue
Block a user