Files
configpolicy/roles/grafana/handlers/main.yml
Dustin C. Hatch 5e61e93cea 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).
2021-07-02 21:47:33 -05:00

9 lines
149 B
YAML

- name: restart grafana
service:
name: grafana-server
state: restarted
- name: reload nginx
service:
name: nginx
state: reloaded