Skip to content

Commit

Permalink
Add support for Debian Trixie
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Oct 18, 2023
1 parent 1666745 commit 6442bac
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ galaxy_info:
- buster
- bullseye
- bookworm
- trixie
- name: Fedora
versions:
- "37"
Expand Down
3 changes: 3 additions & 0 deletions molecule/default/molecule-no-systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ platforms:
- image: debian:bookworm-slim
name: debian12
platform: amd64
- image: debian:trixie-slim
name: debian13
platform: amd64
- image: kalilinux/kali-rolling
name: kali
platform: amd64
Expand Down
11 changes: 10 additions & 1 deletion molecule/default/molecule-with-systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,22 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: cisagov/docker-debian12-ansible:latest
image: geerlingguy/docker-debian12-ansible:latest
name: debian12-systemd
platform: amd64
pre_build_image: true
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: cisagov/docker-debian13-ansible:latest
name: debian13-systemd
platform: amd64
pre_build_image: true
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: cisagov/docker-kali-ansible:latest
Expand Down
11 changes: 10 additions & 1 deletion molecule/systemd_enabled/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,22 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: cisagov/docker-debian12-ansible:latest
image: geerlingguy/docker-debian12-ansible:latest
name: debian12-systemd
platform: amd64
pre_build_image: yes
privileged: yes
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: cisagov/docker-debian13-ansible:latest
name: debian13-systemd
platform: amd64
pre_build_image: yes
privileged: yes
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- cgroupns_mode: host
command: /lib/systemd/systemd
image: cisagov/docker-kali-ansible:latest
Expand Down

0 comments on commit 6442bac

Please sign in to comment.