Add ability to update HA-related containers

Home Assistant, Zigbee2MQTT, and ZWaveJS2MQTT can now be updated by
setting the corresponding Ansible variable.
This commit is contained in:
2021-08-12 19:02:34 -05:00
parent 8f6f553820
commit 7d2b3887c2
5 changed files with 7 additions and 0 deletions

View File

@@ -10,3 +10,6 @@ mosquitto_listeners:
mosquitto_password_file: /etc/mosquitto/passwd
apache_default_ssl_vhost: false
homeassistant_server_name: homeassistant.pyrocufflink.blue
homeassistant_update: false
zwavejs2mqtt_update: '{{ homeassistant_update|bool }}'
zigbee2mqtt_update: '{{ homeassistant_update|bool }}'