From f430032d49d212802e73fd96a063fec5f89c8588 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 4 Jul 2020 13:57:05 -0500 Subject: [PATCH] homeassistant: Do not apply hass-dhcp The UniFi Security Gateway now provides DHCP for the Home Assistant network. This simplifies management a bit, so I do not have to manage three DHCP servers. The USG has firewall rules to prevent Internet traffic. --- homeassistant.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/homeassistant.yml b/homeassistant.yml index 1d46ed0..40d5f5f 100644 --- a/homeassistant.yml +++ b/homeassistant.yml @@ -11,12 +11,3 @@ service: name: httpd state: started - -- hosts: home-assistant - roles: - - hass-dhcp - tasks: - - name: ensure dnsmasq is running - service: - name: dnsmasq - state: started