add tags to platform playbook
This commit is contained in:
parent
db3973216f
commit
a2accebf3c
|
|
@ -2,8 +2,28 @@
|
|||
hosts: all
|
||||
gather_facts: true
|
||||
roles:
|
||||
- traefik
|
||||
- authentik
|
||||
- portainer
|
||||
- leantime
|
||||
- kestra
|
||||
# --- Infrastructure / Networking ---
|
||||
- role: traefik
|
||||
tags: ['infra', 'proxy', 'traefik']
|
||||
|
||||
- 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