Skip to content

Instantly share code, notes, and snippets.

@p404
Created April 26, 2019 01:34
Show Gist options
  • Save p404/135e07819763ff00d0fa6b9a3c621a4d to your computer and use it in GitHub Desktop.
Save p404/135e07819763ff00d0fa6b9a3c621a4d to your computer and use it in GitHub Desktop.
Molecule configuration file example
---
driver:
name: docker
lint:
name: yamllint
platforms:
- name: instance
image: solita/ubuntu-systemd:18.04
privileged: True
command: /sbin/init
provisioner:
name: ansible
lint:
name: ansible-lint
verifier:
name: testinfra
lint:
name: flake8
scenario:
name: default
test_sequence:
- lint
- destroy
- syntax
- create
- converge
- verify
- destroy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment