From 429d82c203fd6ba283bf2ced1fc9006863aa39f0 Mon Sep 17 00:00:00 2001 From: Adrien Waksberg Date: Tue, 7 May 2024 14:12:56 +0200 Subject: [PATCH] test: use personal docker registry --- CHANGELOG.md | 4 ++++ README.md | 20 ++++++++++---------- molecule/default/molecule.yml | 4 ++-- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edb0ab0..644a4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/) - feat: add hook scripts - test: add support debian 12 +### Changed + +- test: use personal docker registry + ## v2.2.0 - 2021-08-24 ### Added diff --git a/README.md b/README.md index a7007b0..1bf0cf0 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # Ansible role: Certbot -[![Version](https://img.shields.io/badge/latest_version-2.2.0-green.svg)](https://git.yaegashi.fr/nishiki/ansible-role-certbot/releases) -[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://git.yaegashi.fr/nishiki/ansible-role-certbot/src/branch/master/LICENSE) +[![Version](https://img.shields.io/badge/latest_version-2.2.0-green.svg)](https://code.waks.be/nishiki/ansible-role-certbot/releases) +[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://code.waks.be/nishiki/ansible-role-certbot/src/branch/main/LICENSE) Generate certificate SSL with certbot. ## Requirements -* Ansible >= 2.10 -* Debian - * Bullseye - * Bookworm +- Ansible >= 2.10 +- Debian + - Bullseye + - Bookworm ## Role variables @@ -40,10 +40,10 @@ Generate certificate SSL with certbot. ### 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-plugins[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-plugins[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