mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-23 18:10:17 +08:00
get the right mac address for virthost06
This commit is contained in:
@@ -37,7 +37,7 @@ subnet 10.5.126.0 netmask 255.255.255.0 {
|
||||
# }
|
||||
|
||||
host virthost06 {
|
||||
hardware ethernet 5c:f3:fc:53:db:fd;
|
||||
hardware ethernet 18:66:da:f7:7a:58;
|
||||
fixed-address 10.5.126.146;
|
||||
next-server 10.5.126.41;
|
||||
option host-name "virthost06";
|
||||
@@ -176,8 +176,11 @@ subnet 10.5.127.0 netmask 255.255.255.0 {
|
||||
host data-analysis01-nfs {
|
||||
hardware ethernet 5c:f3:fc:4b:d5:6e;
|
||||
fixed-address 10.5.126.214;
|
||||
filename "pxelinux.0";
|
||||
next-server 10.5.126.41;
|
||||
}
|
||||
|
||||
host virthost06-nfs {
|
||||
hardware ethernet 18:66:da:f7:7a:59;
|
||||
fixed-address 10.5.127.196;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user