Files
role-check-mk-agent/molecule/default/molecule.yml

31 lines
602 B
YAML
Raw Permalink Normal View History

2020-10-13 16:33:32 +13:00
---
dependency:
name: galaxy
driver:
name: docker
platforms:
- name: rhel8
image: docker.io/pycontribs/centos:8
privileged: True
volume_mounts:
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
command: "/usr/sbin/init"
pre_build_image: true
- name: rhel7
image: docker.io/pycontribs/centos:7
dockerfile: Centos7-Dockerfile
privileged: True
volume_mounts:
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
command: "/usr/sbin/init"
pre_build_image: false
provisioner:
name: ansible
verifier:
name: ansible
lint: |
set -e
yamllint .
ansible-lint
flake8