Compare commits
2 Commits
f989c204d1
...
399c6f620b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
399c6f620b | ||
|
|
61fd325328 |
@@ -3,7 +3,7 @@
|
|||||||
namespace: uumas
|
namespace: uumas
|
||||||
name: docker
|
name: docker
|
||||||
description: Roles for installing services in docker containers
|
description: Roles for installing services in docker containers
|
||||||
version: 0.9.1
|
version: 0.10.0
|
||||||
readme: README.md
|
readme: README.md
|
||||||
repository: https://git.uumas.fi/uumas/ansible-docker
|
repository: https://git.uumas.fi/uumas/ansible-docker
|
||||||
license_file: LICENSE
|
license_file: LICENSE
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
docker_database: postgres
|
docker_database: postgres
|
||||||
docker_env:
|
docker_env:
|
||||||
GF_DATABASE_TYPE: postgres
|
GF_DATABASE_TYPE: postgres
|
||||||
GF_DATABASE_HOST: grafana_db:5432
|
GF_DATABASE_HOST: grafana-db:5432
|
||||||
GF_DATABASE_NAME: grafana
|
GF_DATABASE_NAME: grafana
|
||||||
GF_DATABASE_USER: grafana
|
GF_DATABASE_USER: grafana
|
||||||
GF_DATABASE_PASSWORD: "{{ database_passwords.grafana }}"
|
GF_DATABASE_PASSWORD: "{{ database_passwords.grafana }}"
|
||||||
|
|||||||
@@ -63,4 +63,5 @@
|
|||||||
vars:
|
vars:
|
||||||
docker_networks:
|
docker_networks:
|
||||||
- name: prometheus
|
- name: prometheus
|
||||||
|
- name: grafana
|
||||||
when: prometheus_install_grafana
|
when: prometheus_install_grafana
|
||||||
|
|||||||
Reference in New Issue
Block a user