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
- Host: GitHub
- URL: https://github.com/jonashackt/molecule-ansible-docker
- Owner: jonashackt
- License: mit
- Created: 2018-11-23T10:33:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T14:13:21.000Z (over 7 years ago)
- Last Synced: 2025-02-13T14:24:35.981Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# molecule-ansible-docker
[](https://travis-ci.org/jonashackt/molecule-ansible-docker)
Example project showing how to test Ansible roles with Molecule and Docker
[](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
```