add tags to platform playbook

This commit is contained in:
Marcel Arndt 2026-01-07 14:42:11 +01:00
parent db3973216f
commit a2accebf3c
1 changed files with 25 additions and 5 deletions

View File

@ -2,8 +2,28 @@
hosts: all hosts: all
gather_facts: true gather_facts: true
roles: roles:
- traefik # --- Infrastructure / Networking ---
- authentik - role: traefik
- portainer tags: ['infra', 'proxy', 'traefik']
- leantime
- kestra - role: hyperdx
tags: ["ops", "observability", "logging", "hyperdx"]
# --- Operations / Observability ---
- role: infra-monitoring
tags: ['ops', 'monitoring', 'otel']
- role: portainer
tags: ['ops', 'management', 'portainer']
# --- Identity / Security ---
- role: authentik
tags: ['infra', 'auth', 'authentik']
# --- Applications / Dev Tools ---
- role: gitea
tags: ['apps', 'git', 'gitea']
- role: kestra
tags: ['apps', 'workflow', 'kestra']
# - leantime