Sign inSign up

shufo/ansible

By shufo

Updated over 10 years ago

Ansible image on Alpine Linux.

Image
0

490

shufo/ansible repository overview

docker-ansible-alpine

Dockerized ansible on Alpine.

Usage

  • Use inventory file
docker run -it -v $(pwd)/hosts:/hosts shufo/ansible -i /hosts all -m ping
  • Use ansible-playbook
docker run -it -v $(pwd)/hosts:/hosts --entrypoint=ansible-playbook shufo/ansible playbook.yml

Tag summary

Content type

Image

Digest

Size

56.5 MB

Last updated

over 10 years ago

docker pull shufo/ansible