mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
openqa-a64-worker04: add dhcp and host vars
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -1365,3 +1365,11 @@ host openqa-a64-worker03 {
|
||||
option routers 10.16.174.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
host openqa-a64-worker04 {
|
||||
hardware ethernet b8:ce:f6:04:74:d9;
|
||||
fixed-address 10.16.174.64;
|
||||
next-server 10.16.163.10;
|
||||
option routers 10.16.174.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user