Files
ansible-role-checkmk-agent/molecule/http_direct/molecule.yml
Aaron Guise dcff53b85d
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test/2 Pipeline failed
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/z.ntfy unknown status
Fix systemd
2024-01-30 11:56:21 +13:00

27 lines
526 B
YAML

---
dependency:
name: galaxy
driver:
name: docker
platforms:
- name: check_mk_agent-test-${MOLECULE_DISTRO:-almalinux8}
image: cybercinch/docker-${MOLECULE_DISTRO:-almalinux8}-ansible:latest
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
privileged: true
pre_build_image: true
provisioner:
name: ansible
log: true
options:
vvv: true
verifier:
name: ansible
# lint: |
# set -e
# yamllint .
# ansible-lint
# flake8