feat(vmtsdb): add role for deployment with docker

This commit is contained in:
2024-06-08 00:20:02 +02:00
parent f84fed4867
commit 460a35e82e
5 changed files with 107 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