summaryrefslogtreecommitdiffstats
path: root/ansible/test/play-cert_manager/molecule/default/molecule.yml
blob: 32d2cf4f21d738e7b73544f2159a60e269452e8b (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: infrastructure-play-cert-manager
    image: centos:7
    groups:
      - infrastructure
provisioner:
  name: ansible
  env:
    ANSIBLE_ROLES_PATH: ../../../../test/roles
    ANSIBLE_LIBRARY: ../../../../library
verifier:
  name: testinfra
  directory: ../../../../roles/cert-manager/molecule/default/tests/