4 Commits

Author SHA1 Message Date
6d388c4dbb chore(release): 1.1.4 2023-04-13 12:01:08 +02:00
8c42ceac4f fix: influxdb mount path 2023-04-13 12:01:03 +02:00
3a07758b4a chore(release): 1.1.3 2023-04-13 11:40:47 +02:00
5b51699dbb fix: Typo 2023-04-13 11:40:39 +02:00
3 changed files with 16 additions and 3 deletions

View File

@@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.1.4](https://git.laurivan.com/Dev/ansible-role-grafana/compare/v1.1.3...v1.1.4) (2023-04-13)
### Bug Fixes
* influxdb mount path ([8c42cea](https://git.laurivan.com/Dev/ansible-role-grafana/commit/8c42ceac4f89e6259085dfa6c6a97e4942d28655))
### [1.1.3](https://git.laurivan.com/Dev/ansible-role-grafana/compare/v1.1.2...v1.1.3) (2023-04-13)
### Bug Fixes
* Typo ([5b51699](https://git.laurivan.com/Dev/ansible-role-grafana/commit/5b51699dbb60a3d26af19c478a0b12d8a30438bf))
### [1.1.2](https://git.laurivan.com/Dev/ansible-role-grafana/compare/v1.1.1...v1.1.2) (2023-04-12)
### [1.1.1](https://git.laurivan.com/Dev/ansible-role-grafana/compare/v1.1.0...v1.1.1) (2023-04-03)

View File

@@ -20,7 +20,7 @@ services:
ports:
- '{{ influxdb.port }}:8086'
volumes:
- "{{ grafana_volume_influxdb | expanduser | realpath }}:/var/lib/influxdb"
- "{{ grafana_volume_influxdb | expanduser | realpath }}:/var/lib/influxdb2"
env_file:
- "{{ grafana_setup_path | expanduser | realpath }}/env.influxdb.conf"
networks:

View File

@@ -31,6 +31,5 @@ scrape_configs:
- targets:
- 'localhost:9090'
{% for target in grafana_prometheus_targets %}
- "{{ target }}""
- "{{ target }}"
{% endfor %}