mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 20:16:58 +08:00
put in ips for fx mac addresses
This commit is contained in:
@@ -374,6 +374,20 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
|
||||
option host-name "apc-rack16-a";
|
||||
}
|
||||
|
||||
host dell-fx01 {
|
||||
hardware ethernet f4:8e:38:c1:3f:b6;
|
||||
fixed-address 10.5.130.42;
|
||||
option host-name "dell-fx01";
|
||||
}
|
||||
|
||||
host dell-fx02 {
|
||||
hardware ethernet f4:8e:38:c1:48:c6;
|
||||
fixed-address 10.5.130.43;
|
||||
option host-name "dell-fx02";
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
# ARM MGMT VLAN
|
||||
|
||||
Reference in New Issue
Block a user