roles/grafana: Deploy Grafana

This commit introduces the *grafana* role and the corresponding
`grafana.yml` playbook.  The role installs Grafana using the system
package manager, and configures the server (including LDAP
authentication).
This commit is contained in:
2021-07-02 21:44:06 -05:00
parent 5de8f3e612
commit 5e61e93cea
11 changed files with 1028 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
- name: restart grafana
service:
name: grafana-server
state: restarted
- name: reload nginx
service:
name: nginx
state: reloaded