- Add Ansible collections configuration - Update converge and prepare playbooks - Restructure molecule.yml for improved testing
26 lines
567 B
YAML
26 lines
567 B
YAML
---
|
|
driver:
|
|
name: podman
|
|
platforms:
|
|
- name: debian-bookworm
|
|
image: docker.io/jrei/systemd-debian:12
|
|
command: /lib/systemd/systemd
|
|
privileged: true
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
|
cgroupns_mode: host
|
|
- name: debian-trixie
|
|
image: docker.io/jrei/systemd-debian:13
|
|
command: /lib/systemd/systemd
|
|
privileged: true
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
|
cgroupns_mode: host
|
|
provisioner:
|
|
name: ansible
|
|
config_options:
|
|
defaults:
|
|
ALLOW_BROKEN_CONDITIONALS: true
|
|
verifier:
|
|
name: ansible
|