The production deployment of *dnsmasq* for Home Assistant has deviated from how the *hass-dhcp* role configures it. Bringing the role back in sync with how things really are.
10 lines
172 B
YAML
10 lines
172 B
YAML
hass_net_cidr: >-
|
|
{{
|
|
(
|
|
ansible_facts[hass_interface].ipv4.network
|
|
+ '/'
|
|
+ ansible_facts[hass_interface].ipv4.netmask
|
|
)
|
|
| ipaddr('net')
|
|
}}
|