From 3998b08b10b26b7d846b001ce3c82c7793dfe096 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 24 Jul 2021 18:34:50 -0500 Subject: [PATCH] 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. --- homeassistant.yml | 2 ++ host_vars/hass2.pyrocufflink.blue.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/homeassistant.yml b/homeassistant.yml index 712b278..99ba54a 100644 --- a/homeassistant.yml +++ b/homeassistant.yml @@ -1,5 +1,7 @@ - hosts: home-assistant roles: + - role: hass-dhcp + tags: hass-dhcp - role: apache vars: default_apache_ssl_vhost: false diff --git a/host_vars/hass2.pyrocufflink.blue.yml b/host_vars/hass2.pyrocufflink.blue.yml index aeb7cbc..e0efde8 100644 --- a/host_vars/hass2.pyrocufflink.blue.yml +++ b/host_vars/hass2.pyrocufflink.blue.yml @@ -6,3 +6,5 @@ zigbee2mqtt_mqtt: server: mqtts://{{ ansible_fqdn }} user: zigbee2mqtt password: handball frequency zodiac crucial yin gumdrop gleaming +hass_interface: vlan99 +hass_net_gateway: 192.168.1.1