Sign inSign up

rsprta/alpine-ansible

By rsprta

•Updated about 2 years ago

Alpine container for Ansible playbook and role testing.

Image
1

10K+

rsprta/alpine-ansible repository overview

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

⁠Quick reference

⁠Description

Alpine container for Ansible playbook and role testing in Molecule.

⁠Usage

The simplest way to run the container is the following command:

docker run --detach --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro rsprta/alpine-ansible

Or in molecule.yml:

platforms:
  - name: instance
    image: rsprta/alpine-ansible
    command: ""
    volumes:
      - "/sys/fs/cgroup:/sys/fs/cgroup:ro"
    pre_build_image: true

⁠Contact

⁠License

GNU General Public License v3

Tag summary

Content type

Image

Digest

sha256:a3197b3d9…

Size

86.9 MB

Last updated

about 2 years ago

docker pull rsprta/alpine-ansible