You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ronald a1b7627948 Initial commit
Just add this to a repository
2 years ago
defaults Initial commit 2 years ago
meta Initial commit 2 years ago
tasks Initial commit 2 years ago
templates Initial commit 2 years ago
vars Initial commit 2 years ago
README.md Initial commit 2 years ago

README.md

Role Name: grafana_server

An Ansible role to install and configure Grafana.

Role Variables

NOTE that in the table below if a value has a default value the example value/default value column will contain the default value of the variable.

Variable name Type Description Required Has default value Example value
grafana_server_users list of dictionaries A dictionary containing users to be created See below

grafana_server_users

grafana_server_users:
  - amanda: # The user's name
      login: amanda # The login, what you type on the login screen
      email: amanda@ajordan.com # Email address
      password: Password123! # The password, obviously
      is_admin: true # Whether the user is an admin

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: grafana_servers
  roles:
      - grafana_server

License

BSD 2 Clause License