feat(vmtsdb): add role for deployment with docker
This commit is contained in:
6
playbooks/vmtsdb.yml
Normal file
6
playbooks/vmtsdb.yml
Normal 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
|
Reference in New Issue
Block a user