You've already forked ansible-role-checkmk-agent
Initial project
This commit is contained in:
24
molecule/http_direct/molecule.yml
Normal file
24
molecule/http_direct/molecule.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
dependency:
|
||||
name: galaxy
|
||||
driver:
|
||||
name: docker
|
||||
platforms:
|
||||
- name: rhel8
|
||||
image: docker.io/cybercinch/docker-almalinux8-ansible
|
||||
command: ${MOLECULE_DOCKER_COMMAND:-"/usr/sbin/init"}
|
||||
volumes: [/sys/fs/cgroup:/sys/fs/cgroup:rw]
|
||||
cgroupns_mode: host
|
||||
privileged: true
|
||||
provisioner:
|
||||
name: ansible
|
||||
log: true
|
||||
options:
|
||||
vvv: true
|
||||
verifier:
|
||||
name: ansible
|
||||
# lint: |
|
||||
# set -e
|
||||
# yamllint .
|
||||
# ansible-lint
|
||||
# flake8
|
||||
Reference in New Issue
Block a user