Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefaniuk/docker-ansible

Docker wrapper around ansible-playbook command
https://github.com/stefaniuk/docker-ansible

Last synced: about 6 hours ago
JSON representation

Docker wrapper around ansible-playbook command

Awesome Lists containing this project

README

        

[![Circle CI](https://circleci.com/gh/codeworksio/docker-ansible.svg?style=shield "CircleCI")](https://circleci.com/gh/codeworksio/docker-ansible) [![Size](https://images.microbadger.com/badges/image/codeworksio/ansible.svg)](http://microbadger.com/images/codeworksio/ansible) [![Version](https://images.microbadger.com/badges/version/codeworksio/ansible.svg)](http://microbadger.com/images/codeworksio/ansible) [![Commit](https://images.microbadger.com/badges/commit/codeworksio/ansible.svg)](http://microbadger.com/images/codeworksio/ansible) [![Docker Hub](https://img.shields.io/docker/pulls/codeworksio/ansible.svg)](https://hub.docker.com/r/codeworksio/ansible/)

Docker Ansible
==============

Docker wrapper around `ansible-playbook` command.

Installation
------------

Builds of the image are available on [Docker Hub](https://hub.docker.com/r/codeworksio/ansible/).

docker pull codeworksio/ansible

Alternatively you can build the image yourself.

docker build --tag codeworksio/ansible \
github.com/codeworksio/docker-ansible

Testing
-------

make build test