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

29 lines
573 B
YAML
Raw Normal View History

2021-08-20 18:44:19 +02:00
---
driver:
name: docker
platforms:
2023-06-29 16:15:46 +02:00
- name: debian12
2024-05-08 10:41:51 +02:00
image: code.waks.be/nishiki/molecule:debian12
2021-08-20 18:44:19 +02:00
privileged: true
volumes:
2023-06-29 16:15:46 +02:00
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
2021-08-20 18:44:19 +02:00
command: /bin/systemd
capabilities:
- SYS_ADMIN
- name: debian11
2024-05-08 10:41:51 +02:00
image: code.waks.be/nishiki/molecule:debian11
2021-08-20 18:44:19 +02:00
privileged: true
volumes:
2023-06-29 16:15:46 +02:00
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
2021-08-20 18:44:19 +02:00
command: /bin/systemd
capabilities:
- SYS_ADMIN
lint: |
set -e
yamllint .
ansible-lint .
verifier:
name: testinfra