feat(vmtsdb): add role for deployment with docker

This commit is contained in:
2024-06-08 00:20:02 +02:00
parent f84fed4867
commit 8952f2d37a
3 changed files with 98 additions and 0 deletions

6
playbooks/vmtsdb.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: Install vmtsdb using docker
hosts: "{{ vmtsdb_hosts | default('vmtsdb') }}"
become: "{{ vmtsdb_become | default(false) }}"
roles:
- role: finallycoffee.observability.vmtsdb