From 0ad2885862250750e8627bfa750e6a40dd3f62bf Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 3 Jul 2020 13:37:24 +0200 Subject: [PATCH] Add travis and more icons --- .github/galaxy.svg | 347 ++++++++++++++++++++++++++++++++++++++++++++ .github/license.svg | 217 +++++++++++++++++++++++++++ .travis.yml | 29 ++++ README.md | 10 +- 4 files changed, 599 insertions(+), 4 deletions(-) create mode 100644 .github/galaxy.svg create mode 100644 .github/license.svg create mode 100644 .travis.yml diff --git a/.github/galaxy.svg b/.github/galaxy.svg new file mode 100644 index 0000000..47e40c4 --- /dev/null +++ b/.github/galaxy.svg @@ -0,0 +1,347 @@ + + + + + + image/svg+xml + + + + + + 3D <l3d@c3woc.de> + + + + + MIT License + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + do1jlr.grafana_kiosk + do1jlr.grafana_kiosk + + diff --git a/.github/license.svg b/.github/license.svg new file mode 100644 index 0000000..4ab6d9a --- /dev/null +++ b/.github/license.svg @@ -0,0 +1,217 @@ + + + + + + image/svg+xml + + + + + + 3D <l3d@c3woc.de> + + + + + MIT License + + + + + + + + + + + + + + + + + + + + + + + + + + + MIT + MIT + + + license + license + + diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..1a38ba7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,29 @@ +--- +# OS Details +os: linux +language: python +python: '3.8' + +cache: + pip: true + +# Install ansible and ansible-lint +install: + - pip install ansible + - pip install ansible-lint + +# testing galaxy install and ansible lint +# more advanced testing is currently handled with +# github actions. The gh-actions for our test are there: +# https://github.com/roles-ansible and are tagged +# with 'github-actions' --> https://github.com/search?q=topic%3Agithub-actions+org%3Aroles-ansible&type=Repositories +script: + - ansible-galaxy install do1jlr.ranger + - 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" + +notifications: + email: + on_success: never + on_failure: always + webhooks: https://galaxy.ansible.com/api/v1/notifications/ diff --git a/README.md b/README.md index e2b175e..b30981e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -[![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 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 Galaxy](https://raw.githubusercontent.com/DO1JLR/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) +[![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) +[![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 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 role grafana-kiosk ============================= Ansible role to deploy the grafana-kiosk from [github.com/grafana/grafana-kiosk](https://github.com/grafana/grafana-kiosk.git). - Status ------- -WORK IN PROGRESS, Not for productive use!