Skip to content

Ubuntu 20.04 container image for testing Ansible roles, playbooks and collections

License

Notifications You must be signed in to change notification settings

projectpotos/container-ubuntu20-ansible-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Container Image - Ubuntu20 Ansible Test

Ubuntu 20.04 container image for testing Ansible roles, playbooks and collections.

The main idea is to use it in combination with Molecule.

Build & Publish

Customizations

The following customizations are added on top of the Ubuntu22 base image:

  • Setup systemd, its volumes and execute it at start
  • Setup python for Ansible

Usage

Run the container as follows:

podman run \
  --tty \
  --privileged \
  --volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
  ghcr.io/projectpotos/ubuntu20-ansible-test

All available tags can be found in the registry. The latest tag is updated on a weekly basis each Friday.

License

See LICENSE