summaryrefslogtreecommitdiffstats
path: root/ansible/roles/setup/molecule/ubuntu/molecule.yml
blob: d0cce594c8bc130b805b0d8379fe77a0047adcf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
dependency:
  name: galaxy
driver:
  name: docker
lint: |
  set -e
  yamllint .
  ansible-lint .
  flake8
platforms:
  - name: instance
    image: ${PLATFORM_DISTRO:-ubuntu}:${DISTRO_VERSION:-18.04}
    dockerfile: ../default/Dockerfile.j2
provisioner:
  name: ansible
  playbooks:
    converge: ../default/playbook.yml
scenario:
  name: ubuntu
verifier:
  name: testinfra
  directory: ../default/tests/