From ce6826cfff4aef3ae19ff742acc5d1a3b7d1e260 Mon Sep 17 00:00:00 2001 From: Adrien Waksberg Date: Wed, 8 May 2024 10:32:28 +0200 Subject: [PATCH] test: use personal docker registry --- CHANGELOG.md | 1 + README.md | 22 +++++++++++----------- molecule/default/molecule.yml | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be0d0ed..8837d1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/) ### Changed - chore: replace apt_key to get_url +- test: use personal docker registry ### Removed diff --git a/README.md b/README.md index 0d7dabf..dfcfd8d 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ # Ansible role: Kibana -[![Version](https://img.shields.io/badge/latest_version-1.1.0-green.svg)](https://git.yaegashi.fr/nishiki/ansible-role-kibana/releases) -[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://git.yaegashi.fr/nishiki/ansible-role-kibana/src/branch/master/LICENSE) +[![Version](https://img.shields.io/badge/latest_version-1.1.0-green.svg)](https://code.waks.be/nishiki/ansible-role-kibana/releases) +[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://code.waks.be/nishiki/ansible-role-kibana/src/branch/main/LICENSE) Install and configure kibana ## Requirements -* Ansible >= 2.9 -* Debian - * Bookworm +- Ansible >= 2.9 +- Debian + - Bookworm ## Role variables -* `kibana_major_version` set major version to install- (default: `7`) -* `kibana_config` - hash with the configuration (see [kibana documentation](https://www.elastic.co/guide/en/kibana/current/settings.html)) +- `kibana_major_version` set major version to install- (default: `7`) +- `kibana_config` - hash with the configuration (see [kibana documentation](https://www.elastic.co/guide/en/kibana/current/settings.html)) ``` console.enabled: true @@ -33,10 +33,10 @@ Install and configure kibana ### 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 89bf10a..e73cc9e 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