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

29 lines
547 B
YAML
Raw Normal View History

2020-03-28 17:31:46 +00:00
---
driver:
name: docker
platforms:
2023-07-25 13:03:34 +00:00
- name: debian12
image: nishiki/debian12:molecule
2020-03-28 17:31:46 +00:00
privileged: true
volumes:
2023-07-25 13:03:34 +00:00
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
2020-03-28 17:31:46 +00:00
command: /bin/systemd
capabilities:
- SYS_ADMIN
2021-08-15 10:36:58 +00:00
- name: debian11
image: nishiki/debian11:molecule
privileged: true
volumes:
2023-07-25 13:03:34 +00:00
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
2021-08-15 10:36:58 +00:00
command: /bin/systemd
capabilities:
- SYS_ADMIN
2020-03-28 17:31:46 +00:00
lint: |
set -e
yamllint .
2021-12-06 09:40:41 +00:00
ansible-lint .
2020-03-28 17:31:46 +00:00
verifier:
name: testinfra