Bootstrap initial repo state

This commit is contained in:
2025-09-07 23:39:44 +02:00
parent 0ed92847f8
commit ed68e97829
20 changed files with 437 additions and 0 deletions

8
ansible/playbook.yml Normal file
View File

@@ -0,0 +1,8 @@
- name: TeleMcp bootstrap
hosts: all
become: yes
vars:
values_dir: /opt/telemcp-values
roles:
- k8s_host
- telemetry_stack