Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sladkoff/ansible-role-grafana-kiosk
Installs grafana-kiosk on a Raspberry Pi.
https://github.com/sladkoff/ansible-role-grafana-kiosk
ansible grafana kiosk
Last synced: 13 days ago
JSON representation
Installs grafana-kiosk on a Raspberry Pi.
- Host: GitHub
- URL: https://github.com/sladkoff/ansible-role-grafana-kiosk
- Owner: sladkoff
- License: mit
- Created: 2021-02-25T20:33:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T10:55:28.000Z (about 1 year ago)
- Last Synced: 2024-04-17T19:16:01.425Z (7 months ago)
- Topics: ansible, grafana, kiosk
- Language: HTML
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ansible-role-grafana-kiosk
=========Installs [grafana-kiosk](https://github.com/grafana/grafana-kiosk) on a Raspberry Pi.
Requirements
------------Requires a ssh-enabled Raspberry Pi.
Role Variables
--------------| variable | description | default |
| --- | --- | --- |
| grafana_kiosk_user| grafana-kiosk will be installed and launched from this user's `home`. You might have to create the user first. | pi |
| grafana_kiosk_config_yaml| You can configure grafana kiosk by providing your own [config.yaml](https://github.com/grafana/grafana-kiosk#using-a-configuration-file). The [default config](files/grafana-kiosk-config.yaml) loads a public dashboard from [play.grafana.org](https://play.grafana.org). | grafana-kiosk-config.yaml (relative to role) |Example Playbook
----------------Here's the [playbook I use at home](https://github.com/sladkoff/ansible-playbook-grafana-kiosk) :house:
License
-------MIT
Author Information
------------------[sladkoff](https://github.com/sladkoff)