Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nl2go/docker-molecule
Provides a containerized version of the Molecule, an Ansible development and testing framework
https://github.com/nl2go/docker-molecule
ansible docker docker-compose molecule
Last synced: 1 day ago
JSON representation
Provides a containerized version of the Molecule, an Ansible development and testing framework
- Host: GitHub
- URL: https://github.com/nl2go/docker-molecule
- Owner: nl2go
- License: mit
- Created: 2019-11-18T12:01:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T18:25:27.000Z (over 4 years ago)
- Last Synced: 2024-11-11T14:50:00.577Z (2 months ago)
- Topics: ansible, docker, docker-compose, molecule
- Language: Dockerfile
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Travis (.org) branch](https://img.shields.io/travis/nl2go/docker-molecule/master)](https://travis-ci.org/nl2go/docker-molecule)
[![Docker Pulls](https://img.shields.io/docker/pulls/nl2go/molecule)](https://hub.docker.com/r/nl2go/molecule)
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/nl2go/docker-molecule)](https://hub.docker.com/repository/docker/nl2go/molecule/tags?page=1)# Docker Molecule
Provides a containerized version of the [Molecule](https://molecule.readthedocs.io/en/stable/), an [Ansible](https://www.ansible.com/) 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
## Development
$ cd dev
$ docker-compose build
$ docker-compose run moleculeCheck [Molecule documentation](https://molecule.readthedocs.io/en/stable/) for further usage details.
## Maintainers
- [build-failure](https://github.com/build-failure)
## License
See the [LICENSE.md](LICENSE.md) file for details