diff --git a/CHANGELOG.md b/CHANGELOG.md index faf2a21..1ae2c82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/) - add support alpn in bind option - add error files - use multiple ssl certificates on one frontend +- test: add support debian 12 + +### Removed + +- test: remove support debian 10 ## v1.1.0 - 2021-08-15 diff --git a/README.md b/README.md index 7f8a3e9..499f6ae 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ Install and configure haproxy ## Requirements -* Ansible >= 2.9 +* Ansible >= 2.10 * Debian - * Buster * Bullseye + * Bookworm ## Role variables diff --git a/meta/main.yml b/meta/main.yml index 8f1f18d..ad5450d 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -7,13 +7,13 @@ galaxy_info: company: Adrien Waksberg license: Apache2 - min_ansible_version: 2.9 + min_ansible_version: "2.10" platforms: - name: Debian versions: - - 10 - - 11 + - Bullseye + - Bookworm galaxy_tags: - haproxy diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 8ca83f3..58f7769 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -2,11 +2,12 @@ driver: name: docker platforms: - - name: debian10 - image: nishiki/debian10:molecule + - name: debian12 + image: nishiki/debian12:molecule privileged: true volumes: - - /sys/fs/cgroup:/sys/fs/cgroup:ro + - /sys/fs/cgroup:/sys/fs/cgroup:rw + cgroupns_mode: host command: /bin/systemd capabilities: - SYS_ADMIN @@ -14,15 +15,11 @@ platforms: image: nishiki/debian11:molecule privileged: true volumes: - - /sys/fs/cgroup:/sys/fs/cgroup:ro + - /sys/fs/cgroup:/sys/fs/cgroup:rw + cgroupns_mode: host command: /bin/systemd capabilities: - SYS_ADMIN -provisioner: - inventory: - host_vars: - debian10: - haproxy_apt_release: '{{ ansible_distribution_release }}-backports' lint: | set -e yamllint .