Bootstrap initial repo state
This commit is contained in:
parent
0ed92847f8
commit
ed68e97829
20 changed files with 437 additions and 0 deletions
8
ansible/playbook.yml
Normal file
8
ansible/playbook.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
- name: TeleMcp bootstrap
|
||||
hosts: all
|
||||
become: yes
|
||||
vars:
|
||||
values_dir: /opt/telemcp-values
|
||||
roles:
|
||||
- k8s_host
|
||||
- telemetry_stack
|
||||
Loading…
Add table
Add a link
Reference in a new issue