/docker-opensuse-ansible

Opensuse container for Ansible playbook and role testing.

Primary LanguageJustGNU General Public License v3.0GPL-3.0

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