Updates
This commit is contained in:
@ -39,6 +39,9 @@ filename "{{ dhcp_pxeboot_file }}";
|
||||
{
|
||||
hardware ethernet {{ static_assignments[host]['mac_address'] }};
|
||||
fixed-address {{ static_assignments[host]['ip_address'] }};
|
||||
{% if static_assignments[host]['dns_server'] is defined %}
|
||||
option domain-name-servers {{ static_assignments[host]['dns_server'] }};
|
||||
{% endif %}
|
||||
}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user