Arch Linux container image for testing Ansible roles, playbooks and collections.
The main idea is to use it in combination with Molecule.
The following customizations are added on top of the Arch Linux base image:
- Setup systemd, its volumes and execute it at start
- Setup python for Ansible
Run the container as follows:
podman run \
--tty \
--privileged \
--volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
ghcr.io/karras/archlinux-ansible-test
All available tags can be found in the
registry.
The latest
tag is updated on a weekly basis each Friday.
See LICENSE