Skip to content

Instantly share code, notes, and snippets.

@TomaszKlosinski
Created May 16, 2017 09:42
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TomaszKlosinski/01078533e11ecfc1cc4d9a7ff8c66290 to your computer and use it in GitHub Desktop.
Save TomaszKlosinski/01078533e11ecfc1cc4d9a7ff8c66290 to your computer and use it in GitHub Desktop.
CircleCI configuration file to test ansible roles on docker containers using molecule
---
machine:
python:
version: 2.7.10
services:
- docker
dependencies:
pre:
- pip install docker
- pip install molecule
deployment:
prod:
branch: master
commands:
- molecule test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment