7776c2e0bb
Upgrade to Grafana 8.5.1
...
https://grafana.com/docs/grafana/latest/release-notes/release-notes-8-5-1/
https://grafana.com/docs/grafana/latest/release-notes/release-notes-8-5-0/
https://grafana.com/docs/grafana/latest/release-notes/release-notes-8-4-7/
https://grafana.com/docs/grafana/latest/release-notes/release-notes-8-4-6/
https://grafana.com/docs/grafana/latest/release-notes/release-notes-8-4-5/
https://grafana.com/docs/grafana/latest/release-notes/release-notes-8-4-4/
https://grafana.com/docs/grafana/latest/release-notes/release-notes-8-4-3/
https://grafana.com/docs/grafana/latest/release-notes/release-notes-8-4-2/
2022-05-02 12:37:56 -05:00
502ea21fba
add retires to all get_url actions
2022-04-19 22:01:14 +03:00
0364c6c634
Suppress old container cleanup (kill/rm) failures
...
People often report and ask about these "failures".
More-so previously, when the `docker kill/rm` output was collected,
but it still happens now when people do `systemctl status
matrix-something` and notice that it says "FAILURE".
Suppressing to avoid further time being wasted on saying "this is
expected".
2022-04-11 09:05:33 +03:00
2da3768b20
Added retries to the docker pulls ( #1701 )
2022-03-17 17:37:11 +02:00
0f251a2104
Updated: grafana to 8.4.1
2022-02-22 12:47:32 +01:00
241e21c702
Fix typo
2022-02-15 07:04:45 +02:00
f0ab2ec506
Add support for configuring allow_embedding for Grafana
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1626
2022-02-15 07:03:25 +02:00
819574b8ba
Merge branch 'spantaleev:master' into master
2022-02-05 21:37:53 +01:00
7e5b88c3b7
fix: all praise the allmighty yamllinter
2022-02-05 21:32:54 +01:00
86c36523df
Replace ExecStopPost with ExecStop
...
Reverts b1b4ba501f
, 90c9801c56
, a3c84f78ca
, ..
I haven't really traced it (yet), but on some servers, I'm observing
`ansible-playbook ... --tags=start` completing very slowly, waiting
to stop services. I can't reproduce this on all Matrix servers I manage.
I suspect that either the systemd version is to blame or that some
specific service is not responding well to some `docker kill/rm` command.
`ExecStop` seems to work great in all cases and it's what we've been
using for a very long time, so I'm reverting to that.
2022-02-05 12:13:36 +02:00
e27e0b28c8
Updated: grafana to 8.3.4
2022-02-05 10:52:31 +01:00
b1b4ba501f
Replace ExecStop with ExecStopPost
...
ExecStopPost should allow us to clean up (docker kill + docker rm)
even if the ExecStart (docker run ..) command failed, and not just after
a graceful service stop was initiated.
Source: https://www.freedesktop.org/software/systemd/man/systemd.service.html#ExecStopPost=
2022-01-04 17:27:25 +02:00
8a0c7913be
Grafana Updata (8.3.1 -> 8.3.3)
2021-12-15 18:33:09 +05:30
18daf8f3da
Update Grafana from 8.3.0 to 8.3.1 due to Security Flaw
...
https://grafana.com/blog/2021/12/07/grafana-8.3.1-8.2.7-8.1.8-and-8.0.7-released-with-high-severity-security-fix/
2021-12-07 21:52:49 +01:00
27e1451cbc
Update main.yml
2021-12-02 13:31:57 +01:00
735c966ab6
Disable systemd services when stopping to uninstall them
...
Until now, we were leaving services "enabled"
(symlinks in /etc/systemd/system/multi-user.target.wants/).
We clean these up now. Broken symlinks may still exist in older
installations that enabled/disabled services. We're not taking care
to fix these up. It's just a cosmetic defect anyway.
2021-11-10 17:39:21 +02:00
0231302db9
Upgrade grafana (8.1.4 -> 8.2.2)
2021-10-27 23:14:14 +05:30
255cb97c41
Upgrade grafana (8.1.3 -> 8.1.4)
2021-09-17 15:50:06 +05:30
df13ea5f14
Upgrade grafana (8.1.2 -> 8.1.3) ( #1269 )
...
Upgrade grafana (8.1.2 -> 8.1.3)
2021-09-09 09:33:22 +03:00
86f5ba8348
Grafana Grafana v8.1
2021-08-25 22:43:07 +05:30
e90979e91f
Upgrade grafana (8.0.5 -> 8.0.6)
2021-07-15 23:10:45 +05:30
cd54147144
Upgrade grafana (8.0.3 -> 8.0.5)
2021-07-09 17:55:15 +05:30
b826171139
Update grafana 8.0.2 -> 8.0.3
2021-06-18 23:32:30 +05:30
08d1a5c2e7
Update grafana 8.0.0 -> 8.0.2
2021-06-14 19:41:23 +05:30
be1d1d0b7c
matrix_grafana_content_security_policy_customized default false
2021-06-09 00:52:52 +05:30
2d9ba82337
Update element 7.5.7 -> 8.0.0
2021-06-09 00:48:55 +05:30
4e2780ff88
Add support for a prometheus postgres exporter
...
This commit introduces a new role that downloads and installs the
prometheus community postgres exporter https://github.com/prometheus-community/postgres_exporter .
A new credential is added to matrix_postgres_additional_databases that
allows the exporter access to the database to gather statistics.
A new dashboard was added to the grafana role, with some refactoring
to enable the dashboard only if the new role is enabled.
I've included some basic instructions for how to enable the role in
the Docs section.
In terms of testing, I've tested enabling the role, and disabling
it to make sure it cleans up the container and systemd role.
2021-05-27 20:13:29 +01:00
66615c43a3
Merge pull request #1065 from sakkiii/patch-1
...
Update grafana (7.5.6->7.5.7)
2021-05-19 22:07:59 +03:00
3dcbed6353
roles/matrix-grafana: Set root_url in granafa.ini
2021-05-19 19:52:58 +02:00
8529ca4c17
Update grafana (7.5.6->7.5.7)
2021-05-19 22:30:03 +05:30
4bd7d8b5e4
Update grafana (7.5.5->7.5.6)
2021-05-14 18:59:21 +05:30
9174448e5e
get rid of this {% else %}
2021-05-06 12:46:17 +05:30
0d5fe2d9f7
Update roles/matrix-grafana/templates/grafana.ini.j2
...
Co-authored-by: Aaron Raimist <aaron@raim.ist >
2021-05-06 12:38:40 +05:30
37de7fc96a
Updated Reference
2021-05-05 22:25:38 +05:30
303de935d5
grafana CSP backward compatible with older browsers
2021-05-05 22:12:56 +05:30
bec5933db4
Update grafana (7.5.4 -> 7.5.5)
2021-05-03 15:57:06 -05:00
c565e72f0d
Merge pull request #1003 from sakkiii/patch-2
...
updated matrix_grafana_docker_image to v7.5.4
2021-04-18 09:56:12 +03:00
05042f5ff1
Improve security grafana
...
- duplicate X-Content-Type-Options
- X-Frame-Options header
- Referrer-Policy [Might consider adding variable]
- Secure flag with cookies
- matrix_grafana_content_security_policy variable for [Content Security Policy](https://grafana.com/docs/grafana/latest/administration/configuration/#content_security_policy )
2021-04-17 21:03:05 +05:30
27377e099d
updated matrix_grafana_docker_image to v7.5.4
...
Latest stable grafana version is [7.5.4 (2021-04-14)](https://github.com/grafana/grafana/releases/tag/v7.5.4 )
2021-04-17 17:31:14 +05:30
e335f3fc77
rename matrix_global_registry to matrix_container_global_registry_prefix related to #990
...
Signed-off-by: Ahmad Haghighi <haghighi@fedoraproject.org >
2021-04-12 17:23:55 +04:30
f52a8b6484
use custom docker registry
2021-04-12 17:23:55 +04:30
458c17b9d0
Upgrade Grafana (7.4.0 -> 7.5.2)
2021-04-03 16:41:30 -05:00
504f1b6445
Allow special characters in Grafana password
2021-04-03 16:41:10 -05:00
0585a3ed9f
Merge pull request #896 from rakshazi/add_version_to_each_role
...
added "matrix_%SERVICE%_version" variable to all roles
2021-02-21 12:26:17 +02:00
77ab0d3e98
Do not delete Prometheus/Grafana Docker images
...
Same reasoning as in 1cd251ed78
2021-02-21 11:14:40 +02:00
2f887f292c
added "matrix_%SERVICE%_version" variable to all roles, use it in "matrix_%SERVICE%_docker_image" var (preserving backward-compatibility)
2021-02-20 19:08:28 +02:00
8434af10de
Do not fail on unrelated validation tasks when Grafana not enabled
2021-02-12 15:45:19 +02:00
df3dd1c824
Use --read-only FS for metrics-related containers
...
It seems like it doesn't cause any issues for any of these services.
2021-02-12 11:59:24 +02:00
3ce9712388
Fix Grafana dashboard/datasource label
2021-02-12 11:59:24 +02:00
3a77261dc6
Update Grafana 7.3.7 => 7.4.0
2021-02-10 23:11:02 +01:00