add tags to platform playbook
This commit is contained in:
parent
db3973216f
commit
a2accebf3c
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue