set up otel stack

This commit is contained in:
Jef Roosens 2026-04-04 21:59:17 +02:00
parent 74f8edf024
commit f58bf336d6
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
16 changed files with 2423 additions and 0 deletions

View file

@ -0,0 +1,6 @@
---
- name: 'restart otelcol-contrib'
ansible.builtin.service:
name: 'otelcol-contrib'
state: 'restarted'
daemon_reload: true