2
0
mirror of https://github.com/schnidrig/openhab-ansible synced 2026-01-12 08:58:46 +01:00
Files
openhab-ansible/roles/openhab/tasks/main.yml
Christian Schnidrig d2c994a8cf fix IPv6 no longer working.
use reverse proxy on NAS instead.
2022-02-24 08:47:04 +01:00

38 lines
510 B
YAML

---
- include: jdk.yml
tags:
- jdk
- openhab_all
- include: openhab.yml
tags:
- openhab
- openhab_all
- include: rollershutters.yml
tags:
- rollershutters
- openhab_all
- include: nginx.yml
tags:
- nginx
- openhab_all
# - include: dynv6.yml
# tags:
# - dynv6
# - openhab_all
# - include: letsencrypt.yml
# tags:
# - letsencrypt
# - openhab_all
- include: scripts.yml
tags:
- scripts
- openhab_all
# - include: gardena.yml
# tags:
# - gardena
# - openhab_all