ansible-role-icinga2/molecule/default/molecule.yml

20 lines
343 B
YAML
Raw Normal View History

2021-01-03 15:10:04 +00:00
---
driver:
name: docker
platforms:
2023-06-29 08:10:40 +00:00
- name: debian12
2024-05-07 18:17:14 +00:00
image: code.waks.be/nishiki/molecule:debian12
2023-06-29 08:10:40 +00:00
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
command: /bin/systemd
capabilities:
- SYS_ADMIN
2021-01-03 15:10:04 +00:00
lint: |
set -e
yamllint .
2021-08-15 16:15:12 +00:00
ansible-lint .
2021-01-03 15:10:04 +00:00
verifier:
name: testinfra