Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ialejandro/ansible-molecule-example

Apache2 testing with molecule (Vagrant and Docker)
https://github.com/ialejandro/ansible-molecule-example

ansible apache2 docker molecule vagrant

Last synced: 15 days ago
JSON representation

Apache2 testing with molecule (Vagrant and Docker)

Awesome Lists containing this project

README

        

# Molecule: Apache2

## Requirements

* [docker](https://docs.docker.com/engine/install/)
* [vagrant](https://www.vagrantup.com/intro/getting-started/install)
* [pipenv](https://github.com/pypa/pipenv#installation)

## Quick start!

```
git clone [email protected]:ialejandro/ansible-molecule-example.git

# requirements
cd ansible-molecule-example/pipenv
pipenv sync && pipenv shell

# testing
cd ../roles/apache2

# list scenarios
molecule list

# execute scenario
molecule test -s
```