homeassistant: Apply hass-dhcp role
Applying the *hass-dhcp* role the Home Assistant server, making it the authoritative DHCP and DNS server for the home automation network.jenkins-master
parent
5d7ebbaa05
commit
3998b08b10
|
@ -1,5 +1,7 @@
|
||||||
- hosts: home-assistant
|
- hosts: home-assistant
|
||||||
roles:
|
roles:
|
||||||
|
- role: hass-dhcp
|
||||||
|
tags: hass-dhcp
|
||||||
- role: apache
|
- role: apache
|
||||||
vars:
|
vars:
|
||||||
default_apache_ssl_vhost: false
|
default_apache_ssl_vhost: false
|
||||||
|
|
|
@ -6,3 +6,5 @@ zigbee2mqtt_mqtt:
|
||||||
server: mqtts://{{ ansible_fqdn }}
|
server: mqtts://{{ ansible_fqdn }}
|
||||||
user: zigbee2mqtt
|
user: zigbee2mqtt
|
||||||
password: handball frequency zodiac crucial yin gumdrop gleaming
|
password: handball frequency zodiac crucial yin gumdrop gleaming
|
||||||
|
hass_interface: vlan99
|
||||||
|
hass_net_gateway: 192.168.1.1
|
||||||
|
|
Loading…
Reference in New Issue