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.yml
vars:
version: 11.1.5
version: 11.2.1
tasks:
- name: Create Grafana dir

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

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

Loading…
Cancel
Save