Hello! This is source Dockerfile for Molecule. It can be used for automation tests for Ansible roles in your CI/CD tool.
All you need is Docker executor
- d3pre5s/molecule:2.22 – Ansible 2.9.5 + Molecule 2.22 rc6
.gitlab-ci.yml example
stages:
- test
test:
stage: test
services:
- docker:dind
image: d3pre5s/molecule:2.22
script:
- molecule test
BSD
Konstantin Deepezh, https://t.me/deusops