Skip to content

Instantly share code, notes, and snippets.

@constrict0r
Created January 26, 2020 04:10
Show Gist options
  • Save constrict0r/9558547a3811c07e324361628947f7c2 to your computer and use it in GitHub Desktop.
Save constrict0r/9558547a3811c07e324361628947f7c2 to your computer and use it in GitHub Desktop.
Molecule yml with steps.
---
dependency:
name: galaxy
driver:
name: docker
lint:
name: yamllint
platforms:
- name: stretch
image: debian:9
- name: buster
image: debian:10
provisioner:
name: ansible
lint:
name: ansible-lint
verifier:
name: testinfra
lint:
name: flake8
scenario:
name: default
test_sequence:
- lint
- cleanup
- destroy
- dependency
- syntax
- create
- prepare
- converge
- idempotence
- side_effect
- verify
- destroy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment