48 lines
1.0 KiB
YAML
48 lines
1.0 KiB
YAML
---
|
|
dependency:
|
|
name: galaxy
|
|
driver:
|
|
name: docker
|
|
lint: |
|
|
set -e
|
|
yamllint `git ls-files '*.yaml' '*.yml'`
|
|
ansible-lint
|
|
# flake8
|
|
platforms:
|
|
- name: centos-7
|
|
image: "ghcr.io/hspaans/molecule-container-centos:7"
|
|
command: ""
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
privileged: true
|
|
pre_build_image: true
|
|
- name: centos-8
|
|
image: "ghcr.io/hspaans/molecule-container-centos:8"
|
|
command: ""
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
privileged: true
|
|
pre_build_image: true
|
|
- name: fedora-33
|
|
image: "ghcr.io/hspaans/molecule-container-fedora:33"
|
|
command: ""
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
privileged: true
|
|
pre_build_image: true
|
|
- name: fedora-34
|
|
image: "ghcr.io/hspaans/molecule-container-fedora:34"
|
|
command: ""
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
privileged: true
|
|
pre_build_image: true
|
|
provisioner:
|
|
name: ansible
|
|
inventory:
|
|
group_vars:
|
|
all:
|
|
nrpe_plugin_packages: []
|
|
verifier:
|
|
name: testinfra
|