summaryrefslogtreecommitdiffstats
path: root/ansible/test/play-kube_prometheus/molecule/default/molecule.yml
blob: a21bf1ec86ac64949b13517757209625be9722e2 (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
---
dependency:
  name: galaxy
driver:
  name: docker
lint: |
  set -e
  yamllint .
  ansible-lint .
  flake8
platforms:
  - name: infrastructure-play-kube-prometheus
    image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos}:${PREBUILD_DISTRO_VERSION:-centos7.9}
    pre_build_image: true
    groups:
      - infrastructure
provisioner:
  name: ansible
  env:
    ANSIBLE_ROLES_PATH: ../../../../test/roles
    ANSIBLE_LIBRARY: ../../../../library
verifier:
  name: testinfra
  directory: ../../../../roles/kube-prometheus-stack/molecule/default/tests/