Compare commits

..

2 Commits

Author SHA1 Message Date
uumas
399c6f620b v0.10.0 2026-01-24 17:09:56 +02:00
uumas
61fd325328 Fix grafana 2026-01-24 17:08:39 +02:00
3 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
namespace: uumas
name: docker
description: Roles for installing services in docker containers
version: 0.9.1
version: 0.10.0
readme: README.md
repository: https://git.uumas.fi/uumas/ansible-docker
license_file: LICENSE

View File

@@ -12,7 +12,7 @@
docker_database: postgres
docker_env:
GF_DATABASE_TYPE: postgres
GF_DATABASE_HOST: grafana_db:5432
GF_DATABASE_HOST: grafana-db:5432
GF_DATABASE_NAME: grafana
GF_DATABASE_USER: grafana
GF_DATABASE_PASSWORD: "{{ database_passwords.grafana }}"

View File

@@ -63,4 +63,5 @@
vars:
docker_networks:
- name: prometheus
- name: grafana
when: prometheus_install_grafana