Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stefaniuk/docker-ansible
- Owner: stefaniuk
- Created: 2018-02-15T22:53:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T22:54:32.000Z (over 6 years ago)
- Last Synced: 2024-04-16T07:49:24.851Z (7 months ago)
- Language: Makefile
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-ansibleTesting
-------make build test