Add grafana playbook and machine #69

Merged
erdnaxe merged 5 commits from grafana into master 2021-11-27 18:34:46 +01:00
Showing only changes of commit c7f94b54c8 - Show all commits

View file

@ -11,7 +11,6 @@
apt_key: apt_key:
url: https://packages.grafana.com/gpg.key url: https://packages.grafana.com/gpg.key
state: present state: present
validate_certs: false
register: apt_key_result register: apt_key_result
erdnaxe marked this conversation as resolved Outdated
Outdated
Review

Perhaps it would be better to download once and for all the GPG key and store it in the repo?

At least, it seems important to set validate_certs: true.

Perhaps it would be better to download once and for all the GPG key and store it in the repo? At least, it seems important to set `validate_certs: true`.
retries: 3 retries: 3
until: apt_key_result is succeeded until: apt_key_result is succeeded