Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile AmazonLinux2 Ansible

Docker Automated build

CI

Build Status

How to Use

Local

  1. Pull this image from Docker Hub:

docker pull libertxyz/docker-ansible-amazonlinux2:latest

  1. Run a container from the image:

docker run -d --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro --volume=`pwd`:/etc/ansible/roles/role_under_test:ro libertxyz/docker-ansible-amazonlinux2

Molecule Testing

You can add the Docker image as part of Molecule

platforms:
  - name: instance
    image: libertxyz/docker-ansible-amazonlinux2:latest
    command: /sbin/init
    tmpfs:
      - /run
      - /tmp
    volumes:
      - /sys/fs/cgroup:/sys/fs/cgroup:ro
    privileged: True
provisioner:
  name: ansible
verifier:
  name: ansible

Notes

This container is only intented to use to test Ansible Roles and Playbooksm not intended for production use.

Author

Libert R Schmidt - 2020

About

Amazon Linux 2 - Ansible

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages