Created
January 26, 2020 04:10
-
-
Save constrict0r/9558547a3811c07e324361628947f7c2 to your computer and use it in GitHub Desktop.
Molecule yml with steps.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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