mirror of
https://github.com/roles-ansible/role-grafana-kiosk.git
synced 2024-08-16 10:09:49 +02:00
Add meta infos
This commit is contained in:
parent
2f0d58e78f
commit
32e82570d6
1 changed files with 40 additions and 0 deletions
40
meta/main.yml
Normal file
40
meta/main.yml
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
---
|
||||||
|
galaxy_info:
|
||||||
|
author: L3D
|
||||||
|
description: Ansible role to deploy and configure the grafana-kiosk from grafana.
|
||||||
|
role_name: grafana_kiosk
|
||||||
|
license: MIT
|
||||||
|
min_ansible_version: 2.4
|
||||||
|
github_branch: master
|
||||||
|
platforms:
|
||||||
|
# - name: Archlinux
|
||||||
|
# versions: all
|
||||||
|
- name: Debian
|
||||||
|
versions:
|
||||||
|
- sid
|
||||||
|
- buster
|
||||||
|
- jessie
|
||||||
|
- stretch
|
||||||
|
- name: Ubuntu
|
||||||
|
versions:
|
||||||
|
- xenial
|
||||||
|
- trusty
|
||||||
|
- eoan
|
||||||
|
# - bionic
|
||||||
|
# - name: Fedora
|
||||||
|
# versions:
|
||||||
|
# - 31
|
||||||
|
# - 32
|
||||||
|
# - 33
|
||||||
|
# - name: EL
|
||||||
|
# versions:
|
||||||
|
# - 8
|
||||||
|
# - 7
|
||||||
|
# - 6
|
||||||
|
galaxy_tags:
|
||||||
|
- grafana
|
||||||
|
- kiosk
|
||||||
|
- grafanakiosk
|
||||||
|
- dashboard
|
||||||
|
- tv
|
||||||
|
dependencies: []
|
Loading…
Reference in a new issue