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

29 lines
547 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
image: nishiki/debian12:molecule
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
command: /bin/systemd
capabilities:
- SYS_ADMIN
2021-08-15 16:56:36 +00:00
- name: debian11
image: nishiki/debian11:molecule
privileged: true
volumes:
2023-06-29 08:10:40 +00:00
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
2021-08-15 16:56:36 +00:00
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