summaryrefslogtreecommitdiffstats
path: root/ansible/roles/application-override/molecule/ubuntu/molecule.yml
blob: 9d97f71646ec63bc10c8d0784a73f7ba6f2168ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
dependency:
  name: galaxy
driver:
  name: docker
lint: |
  set -e
  yamllint .
  ansible-lint .
  flake8
platforms:
  - name: instance
    image: ubuntu:18.04
provisioner:
  name: ansible
  env:
    ANSIBLE_ROLES_PATH: ../../../../test/roles
  inventory:
    group_vars:
      all:
        app_helm_override_file: "/override.yml"
  playbooks:
    prepare: ../default/prepare.yml
    converge: ../default/converge.yml
    cleanup: ../default/cleanup.yml
verifier:
  name: testinfra
  directory: ../default/tests/