bump some versions

main
Alpha Chen 3 weeks ago
parent 0ed9c5c22f
commit 27caa53fdc
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -3,7 +3,7 @@
vars_files: vars_files:
- vars.yml - vars.yml
vars: vars:
version: 11.1.5 version: 11.2.1
tasks: tasks:
- name: Create Grafana dir - name: Create Grafana dir

@ -4,7 +4,7 @@
- name: Set up Loki - name: Set up Loki
hosts: lotus-land-story hosts: lotus-land-story
vars: vars:
version: 2.8.0 version: 2.9.0
tasks: tasks:
- name: Provision Grafana - name: Provision Grafana
@ -72,14 +72,13 @@
schema: v12 schema: v12
store: tsdb store: tsdb
# https://grafana.com/docs/loki/latest/operations/storage/tsdb/ # - from: 2024-09-28
- from: 2024-09-27 # index:
index: # period: 24h
period: 24h # prefix: index_
prefix: index_ # object_store: filesystem
object_store: filesystem # schema: v13
schema: v12 # store: tsdb
store: tsdb
storage_config: storage_config:
filesystem: filesystem:

@ -85,6 +85,7 @@
- /var/run:/var/run:rw - /var/run:/var/run:rw
- /sys:/sys:ro - /sys:/sys:ro
- /var/lib/docker/:/var/lib/docker:ro - /var/lib/docker/:/var/lib/docker:ro
- /etc/machine-id:/etc/machine-id:ro
restart_policy: unless-stopped restart_policy: unless-stopped
networks: networks:
- name: lotus_land_story - name: lotus_land_story

Loading…
Cancel
Save