xoxys.zigbee2mqtt_docker/molecule/ec2-centos-7/playbook.yml

15 lines
312 B
YAML
Raw Normal View History

2019-08-06 20:59:40 +02:00
---
- name: Converge
hosts: all
2019-08-06 21:27:14 +02:00
vars:
mosquitto_packages_extra:
- epel-release
mosquitto_bind_address: "127.0.0.1"
2019-08-08 22:52:37 +02:00
zigbee2mqtt_service_state: stopped
zigbee2mqtt_service_restart_state: stopped
2019-08-06 20:59:40 +02:00
roles:
- role: xoxys.mosquitto
- role: xoxys.nodejs
- role: xoxys.zigbee2mqtt