Skip to content

Simple Ansible role to deploy grafana. Actually created to be used in conjunction with the ansible_graphite from my other repo.

License

Notifications You must be signed in to change notification settings

Jony321/ansible_grafana

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbog/grafana

Simple role to install grafana

Requirements

Ansible 2.4

Role Variables

grafana:
  # Host dir to store grafana data
  grafana_storage: /var/grafana/storage
  # Docker labels
  docker_labels: []

# Docker-related networking settings
docker:
  network_name: internal.loc
  network_subnet: 172.22.101.0/24
  network_gateway: 172.22.101.1
  network_iprange: 172.22.101.128/25

Dependencies

None

Example Playbook

- name: Install and configure Grafana
  hosts: grafana
  remote_user: root
  roles:
    - { role: grafana, tags: [ 'grafana' ] }

License

Apache 2.0

Author Information

Stanislaw Bogatkin (https://sbog.ru)

About

Simple Ansible role to deploy grafana. Actually created to be used in conjunction with the ansible_graphite from my other repo.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jinja 100.0%