Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 444 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 444 Bytes

About

Ansible docker image based on official python 2.7-alpine image. Alpine version is 3.4 Current latest is Ansible 2.2 branch

How to use

Put your playbook to current directory and run:

docker run -ti -v $(pwd):/workbench sugdyzhekov/ansible:2.2-alpine playbook.yml

Specific ansible version

Edit Dockerfile to set specific ansible version:

ENV ansible_version v2.2.1.0-1