diff --git a/README.md b/README.md index c863e33..3bc187f 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Install and configure Icinga2 * Ansible >= 2.9 * Debian - * Buster * Bullseye + * Bookworm ## Role variables diff --git a/meta/main.yml b/meta/main.yml index 32c81ac..c0e3243 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -11,8 +11,8 @@ galaxy_info: platforms: - name: Debian versions: - - buster - bullseye + - bookworm galaxy_tags: - monitoring diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 58a453d..58f7769 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -2,11 +2,21 @@ driver: name: docker platforms: + - name: debian12 + image: nishiki/debian12:molecule + privileged: true + volumes: + - /sys/fs/cgroup:/sys/fs/cgroup:rw + cgroupns_mode: host + command: /bin/systemd + capabilities: + - SYS_ADMIN - name: debian11 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