Skip to content

Lunik/ansible-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible image

Build Docker Pulls Docker Stars Latest version

Base image for using Ansible in CI/CD pipelines Supported architectures: amd64, arm/v7, arm64/v8

Simple Tags

Shared tags

  • 5.8.0, 5.8, 5, latest, alpine

    • 5.8.0-alpine3.15
  • debian

    • 5.8.0-slim-bullseye
  • 4.10.0, 4.10, 4

    • 4.10.0-alpine3.15

Supported tags and respective Dockerfile links

(See "What's the difference between 'Shared' and 'Simple' tags?" in the FAQ.)

How to use this image

With Docker

docker pull Lunik/ansible

docker run \
  -it --rm \
  Lunik/ansible \
  --volume .:/opt/ansible \
  -- \
  ansible-playbook playbook.yml

Reference