Refactor everything
This commit is contained in:
parent
2e100d290f
commit
3f2e60becf
69 changed files with 366 additions and 281 deletions
_ansible/roles/influxdb/vars
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
svc:
|
||||
influxdb_svc:
|
||||
domain: tick.serguzim.me
|
||||
name: influxdb
|
||||
port: 8086
|
||||
data_dir: /var/lib/influxdb2
|
||||
|
||||
svc_yml:
|
||||
influxdb_yml:
|
||||
assets-path: ""
|
||||
bolt-path: "{{ (svc.data_dir, 'influxd.bolt') | path_join }}"
|
||||
e2e-testing: false
|
||||
|
@ -62,7 +62,7 @@ svc_yml:
|
|||
vault-tls-server-name: ""
|
||||
vault-token: ""
|
||||
|
||||
compose:
|
||||
influxdb_compose:
|
||||
watchtower: false
|
||||
image: influxdb:2.7
|
||||
volumes:
|
||||
|
|
Reference in a new issue