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).
4 lines
38 B
YAML
4 lines
38 B
YAML
- hosts: grafana
|
|
roles:
|
|
- grafana
|