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

7
roles/vmtsdb/README.md Normal file
View File

@ -0,0 +1,7 @@
# `finallycoffee.observability.vmtsdb` ansible role
## Description
This role configures `vmtsdb`, the time-series database part of victoria metrics, run in a docker container.
Per default `enableTCP6` and `envflag.enable` flags are passed to victoriametrics, enabling configuration using `vmtsdb_container_env`, using the syntax found on the official victoriametrics documentation.