Sign inSign up

rsprta/opensuse-ansible

By rsprta

Updated over 2 years ago

OpenSuse container for Ansible playbook and role testing in Molecule

Image
0

4.4K

rsprta/opensuse-ansible repository overview

rsprta/opensuse-ansible Docker Image Size (latest semver) Docker Pulls Pipeline status

Quick reference

Description

OpenSuse container for Ansible playbook and role testing in Molecule.

Usage

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

Contact

License

GNU General Public License v3

Credits

The container is based on work by Jeff Geerling

Tag summary

Content type

Image

Digest

sha256:e52966de4

Size

564.9 MB

Last updated

over 2 years ago

docker pull rsprta/opensuse-ansible