mirror of
https://github.com/roles-ansible/role-grafana-kiosk.git
synced 2024-08-16 10:09:49 +02:00
move repo to roles-ansible
This commit is contained in:
parent
0ad2885862
commit
16d68a992a
3 changed files with 7 additions and 7 deletions
|
@ -20,7 +20,7 @@ install:
|
||||||
script:
|
script:
|
||||||
- ansible-galaxy install do1jlr.ranger
|
- ansible-galaxy install do1jlr.ranger
|
||||||
- ansible-lint .
|
- ansible-lint .
|
||||||
- echo -e "\n\n\n\n\nWe use github actions for more detailed tests.\n\nMore details about that in our github repo at:\nhttps://github.com/DO1JLR/role-grafana-kiosk/actions\n\n\n\n\n\n"
|
- echo -e "\n\n\n\n\nWe use github actions for more detailed tests.\n\nMore details about that in our github repo at:\nhttps://github.com/roles-ansible/role-grafana-kiosk/actions\n\n\n\n\n\n"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
10
README.md
10
README.md
|
@ -1,8 +1,8 @@
|
||||||
[![Ansible Galaxy](https://raw.githubusercontent.com/DO1JLR/role-grafana-kiosk/master/.github/galaxy.svg?sanitize=true)](https://galaxy.ansible.com/do1jlr/grafana_kiosk)
|
[![Ansible Galaxy](https://raw.githubusercontent.com/roles-ansible/role-grafana-kiosk/master/.github/galaxy.svg?sanitize=true)](https://galaxy.ansible.com/do1jlr/grafana_kiosk)
|
||||||
[![Build Status](https://travis-ci.org/DO1JLR/role-grafana-kiosk.svg?branch=master)](https://travis-ci.org/DO1JLR/role-grafana-kiosk)
|
[![Build Status](https://travis-ci.org/roles-ansible/role-grafana-kiosk.svg?branch=master)](https://travis-ci.org/roles-ansible/role-grafana-kiosk)
|
||||||
[![MIT License](https://raw.githubusercontent.com/DO1JLR/role-grafana-kiosk/master/.github/license.svg?sanitize=true)](https://github.com/DO1JLR/role-grafana-kiosk/blob/master/LICENSE)
|
[![MIT License](https://raw.githubusercontent.com/roles-ansible/role-grafana-kiosk/master/.github/license.svg?sanitize=true)](https://github.com/roles-ansible/role-grafana-kiosk/blob/master/LICENSE)
|
||||||
[![Ansible Lint check](https://github.com/DO1JLR/role-grafana-kiosk/workflows/Ansible%20Lint%20check/badge.svg)](https://github.com/DO1JLR/role-grafana-kiosk/actions?query=workflow%3A%22Ansible+Lint+check%22)
|
[![Ansible Lint check](https://github.com/roles-ansible/role-grafana-kiosk/workflows/Ansible%20Lint%20check/badge.svg)](https://github.com/roles-ansible/role-grafana-kiosk/actions?query=workflow%3A%22Ansible+Lint+check%22)
|
||||||
[![Ansible check debian:buster](https://github.com/DO1JLR/role-grafana-kiosk/workflows/Ansible%20check%20debian:buster/badge.svg)](https://github.com/DO1JLR/role-grafana-kiosk/actions?query=workflow%3A%22Ansible+check+debian%3Abuster%22)
|
[![Ansible check debian:buster](https://github.com/roles-ansible/role-grafana-kiosk/workflows/Ansible%20check%20debian:buster/badge.svg)](https://github.com/roles-ansible/role-grafana-kiosk/actions?query=workflow%3A%22Ansible+check+debian%3Abuster%22)
|
||||||
|
|
||||||
ansible role grafana-kiosk
|
ansible role grafana-kiosk
|
||||||
=============================
|
=============================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Grafana Kiosk
|
Description=Grafana Kiosk
|
||||||
Documentation=https://github.com/DO1JLR/role-grafana-kiosk.git
|
Documentation=https://github.com/roles-ansible/role-grafana-kiosk.git
|
||||||
Documentation=https://github.com/grafana/grafana-kiosk.git
|
Documentation=https://github.com/grafana/grafana-kiosk.git
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue