Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sladkoff/ansible-playbook-grafana-kiosk

I use this playbook to set up a Grafana Kiosk on a Headless Raspberry Pi.
https://github.com/sladkoff/ansible-playbook-grafana-kiosk

ansible grafana kiosk

Last synced: 13 days ago
JSON representation

I use this playbook to set up a Grafana Kiosk on a Headless Raspberry Pi.

Awesome Lists containing this project

README

        

# ansible-playbook-grafana-kiosk

I use this playbook to set up a Grafana Kiosk on a Headless Raspberry Pi.

This playbook performs the following tasks:

- Uploads **my** ssh keys to the host (:warning: don't blindly copy this to your machines :smile_cat:)
- Disables password authentication on the host
- Runs [ansible-role-grafana-kiosk](https://github.com/sladkoff/ansible-role-grafana-kiosk):
- Installs graphical environment (openbox + chromium)
- Installs [grafana-kiosk](https://github.com/grafana/grafana-kiosk)
- Autostarts grafana-kiosk on login

## Play :play_or_pause_button:

```bash
# First run must include --ask-pass
ansible-playbook install-grafana-kiosk -i hosts.yaml --ask-pass
# Consecutive runs
ansible-playbook install-grafana-kiosk -i hosts.yaml
```