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:
@@ -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 }}'
|
||||
|
||||
Reference in New Issue
Block a user