mirror of
https://github.com/schnidrig/openhab-ansible
synced 2026-01-12 00:48:46 +01:00
38 lines
510 B
YAML
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
|
|
|
|
|
|
|