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

29 lines
547 B
YAML
Raw Normal View History

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