docker-debian12-ansible
docker-debian12-ansible copied to clipboard
Debian 12 (Bookworm) Docker container for Ansible playbook and role testing.
Up to you on whether you want to merge or not :) Just addressing #2
I've been trying the image with molecule (from `molecule/default/molecule.yml`): ```yml platforms: - name: debian-12 image: geerlingguy/docker-debian12-ansible command: ${MOLECULE_DOCKER_COMMAND:-""} volumes: - /sys/fs/cgroup:/sys/fs/cgroup:rw cgroupns_mode: host privileged: yes pre_build_image: yes ``` With molecule...
Would it be possible to consider adding systemd-resolved to the image ? testing interactions with resolvectl is not possible currently. Thanks in advance !