Skip to content

final-gene/docker-hub-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ansible docker image

Docker build and publish

Docker image based on alpine providing ansible with additional support for WinRM.

How to use this image

Run the ansible image:

docker run \
  --rm \
  --volume "$(pwd)":/workspace \
  --workdir /workspace
  finalgene/ansible

For further information take a look at the Ansible Documentation.

Quick reference