forked from FF-RGB/ansible
Update 'roles/dhcpd/templates/dhcpd.conf.j2'
This commit is contained in:
parent
c7584a65e3
commit
1a3f775731
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# option definitions common to all supported networks...
|
# option definitions common to all supported networks...
|
||||||
option domain-name "{{ site_domain }}";
|
option domain-name "{{ site_domain }}";
|
||||||
option domain-name-servers {{ name_server }};
|
option domain-name-servers {{nextnode4}}, {{ name_server }};
|
||||||
|
|
||||||
local-address {{ batman_ipv4 | ipaddr('address') }};
|
local-address {{ batman_ipv4 | ipaddr('address') }};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user