Go to file
Robert Kaussow 89f60c8795 refactoring 2020-02-20 17:24:52 +01:00
overlay refactoring 2020-02-20 17:24:52 +01:00
.drone.jsonnet refactoring 2020-02-20 17:24:52 +01:00
.drone.yml refactoring 2020-02-20 17:24:52 +01:00
CHANGELOG.md refactoring 2020-02-20 17:24:52 +01:00
Dockerfile refactoring 2020-02-20 17:24:52 +01:00
LICENSE refactoring 2020-02-20 17:24:52 +01:00
README.md refactoring 2020-02-20 17:24:52 +01:00
manifest.tmpl refactoring and drop driverbased molecule builds 2019-11-22 21:52:56 +01:00

README.md

molecule

Build Status Docker Hub License: MIT

Docker image to automate Ansible deployment tests with Molecule. The image was build to use with any docker based CI system.

Environment variables

# If you use custom modules you can specify a git repo containing these files.
# The repo will be cloned so ansible can use it.
MOLECULE_CUSTOM_MODULES_REPO=

# If you have custom filters you can specify a git repo containing these files.
MOLECULE_CUSTOM_FILTERS_REPO=

License

This project is licensed under the MIT License - see the LICENSE file for details.

Maintainers and Contributors

Robert Kaussow