summaryrefslogtreecommitdiffstats
path: root/ansible/roles/setup/molecule/default/molecule.yml
blob: 33cc223974df9f0bd9609b45efd13217d0589a2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
dependency:
  name: galaxy
driver:
  name: docker
lint: |
  set -e
  yamllint .
  ansible-lint .
  flake8
platforms:
  - name: instance
    image: ${PLATFORM_DISTRO:-centos}:${DISTRO_VERSION:-7}
provisioner:
  name: ansible
verifier:
  name: testinfra