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.
jenkins-master
Dustin 2020-07-04 13:57:05 -05:00
parent b99c7aa27d
commit f430032d49
1 changed files with 0 additions and 9 deletions

View File

@ -11,12 +11,3 @@
service: service:
name: httpd name: httpd
state: started state: started
- hosts: home-assistant
roles:
- hass-dhcp
tasks:
- name: ensure dnsmasq is running
service:
name: dnsmasq
state: started