Skip to content

Debian 12 (Bookworm) container image designed for testing Ansible playbooks and roles.

License

Notifications You must be signed in to change notification settings

m18unet/docker-ansible-debian12

Repository files navigation

Debian 12 (Bookworm) Ansible Container Image

Debian 12 (Bookworm) container image designed for testing Ansible playbooks and roles.

How to Use

  1. Install Docker
  2. Pull this image:
    docker pull ghcr.io/m18unet/docker-ansible-debian12:latest
  3. Run a container from the image:
  • Example 1:

    docker run -it ghcr.io/m18unet/docker-ansible-debian12:latest
  • Example 2:

    docker run -it \
      --mount type=bind,source=<INVENTORY_FILE>,dst=/tmp/inventory.ini \
      --mount type=bind,source=<PLAYBOOK_FILE>,dst=/tmp/playbook.yml \
      ghcr.io/m18unet/docker-ansible-debian12:latest /tmp/playbook.yml --inventory /tmp/inventory.ini

Notes

Use on production servers/in the wild at your own risk!

To-dos

  • Integrate with Github Action

About

Debian 12 (Bookworm) container image designed for testing Ansible playbooks and roles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published