Skip to content

kaeraali-flutterint/docker-amazonlinux2023-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Amazon Linux 2023 Ansible Test Image

GitHub Actions Workflow Status

Amazon Linux 2023 Docker container for Ansible playbook and role testing

Tags

  • latest: Latest installable version of Ansible (which may be limited by available Python version)

How to build

This image is built weekly or when PRs are merged. If you need to build the image on your own locally:

  1. docker build -t docker-amazonlinux2023-ansible .

Molecule usage

Configure the platform in molecule/default/molecule.yml as following:

platforms:
  - name: tomcat
    image: "ghcr.io/alicekaerast/docker-amazonlinux2023-ansible:latest"
    volumes:
      - /sys/fs/cgroup:/sys/fs/cgroup:rw
      - /run
    cgroupns_mode: host
    privileged: true
    pre_built_image: true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages