services/node002.yml

80 lines
2 KiB
YAML
Raw Permalink Normal View History

---
- name: Run roles for node002
hosts: node002
roles:
2023-12-14 19:30:34 +00:00
- role: common
tags: [always]
- role: backup
tags: [backup]
- role: lego
tags: [lego, certificates]
2023-12-14 19:30:34 +00:00
- role: caddy
tags: [caddy, reverse-proxy, webserver]
vars:
caddy_ports_extra:
- 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]
- 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]
2024-01-06 19:43:40 +00:00
- role: immich
tags: [immich, gallery]
2023-12-14 01:20:13 +00:00
- role: influxdb
tags: [influxdb, sensors, monitoring]
- role: jellyfin
tags: [jellyfin, media]
2024-03-07 23:35:42 +00:00
- role: linkwarden
tags: [linkwarden, booksmarks]
2024-02-08 02:53:54 +00:00
- role: minio
tags: [minio, storage]
2023-12-23 18:25:42 +00:00
- role: ntfy
tags: [ntfy, notifications, push]
- role: reitanlage_oranienburg
tags: [reitanlage-oranienburg, website]
2024-01-24 22:34:35 +00:00
- role: shlink
tags: [shlink, url-shortener]
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]
2024-01-02 00:34:34 +00:00
- role: vikunja
tags: [vikunja, todo]
2023-12-14 01:20:13 +00:00
- 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]