mirror of
https://github.com/roles-ansible/role-grafana-kiosk.git
synced 2024-08-16 10:09:49 +02:00
12 lines
289 B
YAML
12 lines
289 B
YAML
---
|
|
# default variables
|
|
grafana_kiosk:
|
|
git_release: 'v1.0.2'
|
|
git_url: 'https://github.com/grafana/grafana-kiosk'
|
|
install_requirements: true
|
|
required_packages: []
|
|
install_state: 'present'
|
|
architecture: 'autodetect'
|
|
|
|
# perform basic versionscheck?
|
|
submodules_versioncheck: false
|