Skip to content

Installs Grafana from the official package repositories on RHEL/CentOS and Debian/Ubuntu systems.

License

Notifications You must be signed in to change notification settings

transitiv/ansible-role-grafana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Grafana

Build Status

This role installs Grafana from the official package repositories on systems running Debian/Ubuntu and RHEL/CentOS.

Requirements

Root accesss is required for installing packages, so you must run it in a playbook with global root privileges or define become: yes when the role is included:

- hosts: grafana_servers
  roles:
    - role: transitiv.grafana
      become: yes

Dependencies

This role has no dependencies.

Variables

grafana_enterprise: false

Determines whether to install the Enterprise Edition of Grafana.

grafana_service_state: started

Sets the state of the service whenever the role is invoked (refer to the state parameter of the service module for valid values).

grafana_service_enabled: true

Defines whether Grafana is started on boot.

License

This role is available under the terms of the MIT license.

Author

This role was created by Transitiv Technologes Ltd.

About

Installs Grafana from the official package repositories on RHEL/CentOS and Debian/Ubuntu systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published