playbooks/iot/playbook.yml

14 lines
186 B
YAML
Executable File

---
- name: Tanshu IOT Playbook
hosts: all
become: true
vars_files:
- vars/default.yml
roles:
# - mosquitto
# - influxdb
# - nodered
# - grafana
- nginx