2023-06-13 15:59:15 +00:00
|
|
|
---
|
|
|
|
- name: Run roles for node002
|
|
|
|
hosts: node002
|
|
|
|
roles:
|
2023-12-14 19:30:34 +00:00
|
|
|
- role: common
|
|
|
|
tags: [always]
|
2023-12-16 01:25:14 +00:00
|
|
|
- role: backup
|
|
|
|
tags: [backup]
|
2023-12-14 19:30:34 +00:00
|
|
|
- role: caddy
|
|
|
|
tags: [caddy, reverse-proxy, webserver]
|
|
|
|
vars:
|
|
|
|
caddy_ports_extra:
|
|
|
|
- 8008:8008
|
|
|
|
- 8448:8448
|
|
|
|
|
2023-12-14 01:20:13 +00:00
|
|
|
|
|
|
|
- role: acme_dns
|
|
|
|
tags: [acme-dns, certificates]
|
|
|
|
- role: authentik
|
|
|
|
tags: [authentik, authentication]
|
|
|
|
- role: coder
|
|
|
|
tags: [coder, development]
|
2023-12-15 02:06:20 +00:00
|
|
|
- role: extra_services
|
|
|
|
tags: [extra-services]
|
2023-12-14 01:20:13 +00:00
|
|
|
- role: faas
|
|
|
|
tags: [faas]
|
|
|
|
- role: forgejo
|
|
|
|
tags: [forgejo, git, development]
|
|
|
|
- role: forgejo_runner
|
|
|
|
tags: [forgejo-runner, ci, development]
|
|
|
|
- role: harbor
|
|
|
|
tags: [harbor, registry, development]
|
|
|
|
- role: healthcheck
|
|
|
|
tags: [healthcheck, monitoring]
|
|
|
|
- role: homebox
|
|
|
|
tags: [homebox, inventory]
|
|
|
|
- role: influxdb
|
|
|
|
tags: [influxdb, sensors, monitoring]
|
|
|
|
- role: jellyfin
|
|
|
|
tags: [jellyfin, media]
|
2023-12-15 10:15:18 +00:00
|
|
|
- role: reitanlage_oranienburg
|
|
|
|
tags: [reitanlage-oranienburg, website]
|
2023-12-14 01:20:13 +00:00
|
|
|
- role: synapse
|
|
|
|
tags: [synapse, matrix, communication]
|
|
|
|
- role: tandoor
|
|
|
|
tags: [tandoor, recipes]
|
2023-12-16 04:06:10 +00:00
|
|
|
- role: teamspeak_fallback
|
|
|
|
tags: [teamspeak-fallback, communication]
|
2023-12-14 01:20:13 +00:00
|
|
|
- role: telegraf
|
|
|
|
tags: [telegraf, monitoring]
|
|
|
|
- role: tinytinyrss
|
|
|
|
tags: [tinytinyrss, news]
|
|
|
|
- role: umami
|
|
|
|
tags: [umami, analytics]
|
|
|
|
- role: uptime_kuma
|
|
|
|
tags: [uptime-kuma, monitoring]
|
|
|
|
- role: watchtower
|
|
|
|
tags: [watchtower]
|
|
|
|
- role: webdis
|
|
|
|
tags: [webdis]
|
2023-12-15 01:28:38 +00:00
|
|
|
- role: webhook
|
|
|
|
tags: [webhook]
|
2023-12-14 01:20:13 +00:00
|
|
|
- role: wiki_js
|
|
|
|
tags: [wiki-js]
|
|
|
|
- role: woodpecker
|
|
|
|
tags: [woodpecker, ci, development]
|