Skip to content

Provides a containerized version of the Molecule, an Ansible development and testing framework

License

Notifications You must be signed in to change notification settings

nl2go/docker-molecule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis (.org) branch Docker Pulls GitHub tag (latest by date)

Docker Molecule

Provides a containerized version of the Molecule, an Ansible development and testing framework.

Usage

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>

Development

$ cd dev
$ docker-compose build
$ docker-compose run molecule

Check Molecule documentation for further usage details.

Maintainers

License

See the LICENSE.md file for details