6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
|
host {{ vm_name }} {
|
||
|
hardware ethernet {{ mac_address }};
|
||
|
fixed-address {{ ip_address }};
|
||
|
filename "replace-with-bootfile";
|
||
|
}
|