Files
ansible-podman/molecule/default/molecule.yml
Daniel Akulenok c728326d4b Base molecule
2026-02-18 12:59:32 +01:00

28 lines
631 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
env:
ANSIBLE_ROLES_PATH: ${MOLECULE_PROJECT_DIRECTORY}/..
config_options:
defaults:
ALLOW_BROKEN_CONDITIONALS: true
verifier:
name: ansible