Releases: DODAS-TS/ansible-role-monitoring
Releases · DODAS-TS/ansible-role-monitoring
v1.4.0 remove iam client dynamic registration
Dynamic client registration has been removed in order to prevent the growth of "unmanaged" clients. To enable the integration with IAM, the client must first be created and its data must be supplied to the role in order to allow the client modification (e.g. adding the redirect_uri for the service)
v1.3.1 docker-compose deprecated
- replaced
docker-compose
withdocker compose
- Updated Grafana version to 10.2.1
v1.3.0 Use grafana official image
- Add grafana user to run the docker image
- set proper permissions on data folder
- other fixes: if already present, use the IAM client information saved locally
v1.2.3 Update Grafana
Merge pull request #8 from mginfn/fix/cve-cloud-1663 upd: upgrade grafana to 9.4.3 (CLOUD-1663)
v1.2.2 Fix IAM client registration
Merge pull request #7 from ffornari90/registration_endpoint Updated grafana task with IAM registration endpoint discovery
v1.2.1 Add dns name support
- Introduce dns_name variable to keep consistency with Traefik certificate subject
v1.2.0 Fix docker compose Nvidia support
- Fix docker-compose nvidia support according to https://docs.docker.com/compose/gpu-support/
DB on local area and alert ON
Merge pull request #4 from DODAS-TS/fix_db_issue Add volume for grafana db; enable unified alerting
ansible based iam client creation
v1.0.5_beta move ansible based IAM client creation and adjust grafana roles manag…
stable version
v1.0.4 Update main.yml