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

https://github.com/jonashackt/molecule-ansible-docker

Example project showing how to test Ansible roles with Molecule and Docker
https://github.com/jonashackt/molecule-ansible-docker

Last synced: about 1 year ago
JSON representation

Example project showing how to test Ansible roles with Molecule and Docker

Awesome Lists containing this project

README

          

# molecule-ansible-docker
[![Build Status](https://travis-ci.org/jonashackt/molecule-ansible-docker.svg?branch=master)](https://travis-ci.org/jonashackt/molecule-ansible-docker)

Example project showing how to test Ansible roles with Molecule and Docker

[![asciicast](https://asciinema.org/a/213350.svg)](https://asciinema.org/a/213350)

This is a similar project to https://github.com/jonashackt/molecule-ansible-vagrant, but leveraging Molecule´s `docker` driver.

Don´t forget to install the Molecule docker driver:

```
pip install docker-py
```