roles/hass-dhcp: Deploy DHCP server for HA
The *hass-dhcp* role installs dnsmasq and configures it to serve DHCP requests on the Home Assistant network. Since this network is not routed, the regular DHCP relay/server setup will not work.
This commit is contained in:
5
roles/hass-dhcp/defaults/main.yml
Normal file
5
roles/hass-dhcp/defaults/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
hass_dhcp_range:
|
||||
start: 192.168.1.100
|
||||
end: 192.168.1.250
|
||||
hass_dhcp_lease_time: 1h
|
||||
hass_dns_domain: homeassistant.io
|
||||
Reference in New Issue
Block a user