diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e2a1c..d242306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/) - test: add support debian 12 +### Changed + +- test: use personal docker registry + ### Removed - test: removed support debian 10 diff --git a/README.md b/README.md index 6e6f9a0..1595d3b 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ # Ansible role: Grafana -[![Version](https://img.shields.io/badge/latest_version-1.1.0-green.svg)](https://git.yaegashi.fr/nishiki/ansible-role-grafana/releases) -[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://git.yaegashi.fr/nishiki/ansible-role-sensu/src/branch/master/LICENSE) +[![Version](https://img.shields.io/badge/latest_version-1.1.0-green.svg)](https://code.waks.be/nishiki/ansible-role-grafana/releases) +[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://code.waks.be/nishiki/ansible-role-sensu/src/branch/main/LICENSE) Install and configure Grafana ## Requirements -* Ansible >= 2.9 -* Debian - * Buster - * Bullseye +- Ansible >= 2.9 +- Debian + - Buster + - Bullseye ## Role variables -* `grafana_config` - hash with the grafana configuration (see [grafana documentation](http://docs.grafana.org/installation/configuration/)) +- `grafana_config` - hash with the grafana configuration (see [grafana documentation](http://docs.grafana.org/installation/configuration/)) ``` default: @@ -24,8 +24,8 @@ Install and configure Grafana admin_password: secret ``` -* `grafana_ldap_config` - hash with ldap configuration (see [grafana with ldap](http://docs.grafana.org/auth/ldap/)) -* `grafana_plugins` - array with grafana plugins (see [grafana plugins](https://grafana.com/plugins)) +- `grafana_ldap_config` - hash with ldap configuration (see [grafana with ldap](http://docs.grafana.org/auth/ldap/)) +- `grafana_plugins` - array with grafana plugins (see [grafana plugins](https://grafana.com/plugins)) ``` - name: grafana-piechart-panel @@ -55,10 +55,10 @@ Install and configure Grafana ### Test with molecule and docker -* install [docker](https://docs.docker.com/engine/installation/) -* install `python3` and `python3-pip` -* install molecule and dependencies `pip3 install molecule molecule-docker docker ansible-lint pytest-testinfra yamllint` -* run `molecule test` +- install [docker](https://docs.docker.com/engine/installation/) +- install `python3` and `python3-pip` +- install molecule and dependencies `pip3 install molecule molecule-docker docker ansible-lint pytest-testinfra yamllint` +- run `molecule test` ## License diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 58f7769..68f5223 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -3,7 +3,7 @@ driver: name: docker platforms: - name: debian12 - image: nishiki/debian12:molecule + image: code.waks.be/nishiki/molecule:debian12 privileged: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:rw @@ -12,7 +12,7 @@ platforms: capabilities: - SYS_ADMIN - name: debian11 - image: nishiki/debian11:molecule + image: code.waks.be/nishiki/molecule:debian11 privileged: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:rw