OpenSuse container for Ansible playbook and role testing in Molecule
4.4K
OpenSuse container for Ansible playbook and role testing in Molecule.
The simplest way to run the container is the following command:
docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro rsprta/opensuse-ansible
Or in molecule.yml:
platforms:
- name: instance
image: rsprta/opensuse-ansible
command: ""
volumes:
- "/sys/fs/cgroup:/sys/fs/cgroup:ro"
privileged: true
pre_build_image: true
GNU General Public License v3
The container is based on work by Jeff Geerling
Content type
Image
Digest
sha256:e52966de4…
Size
564.9 MB
Last updated
over 2 years ago
docker pull rsprta/opensuse-ansible