Provides a containerized version of the Molecule, an Ansible development and testing framework.
The following will run the container in the interactive mode mounting the parent directory.
$ docker-compose run molecule
Molecule is ready to use, e.g. to scaffold a new role run following command:
$ molecule init role -r <role name>
$ cd dev
$ docker-compose build
$ docker-compose run molecule
Check Molecule documentation for further usage details.
See the LICENSE.md file for details