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

29 lines
573 B
YAML
Raw Normal View History

2020-04-11 13:16:20 +00:00
---
driver:
name: docker
platforms:
2023-07-06 15:06:38 +00:00
- name: debian12
2024-05-07 12:36:26 +00:00
image: code.waks.be/nishiki/molecule:debian12
2020-04-11 13:16:20 +00:00
privileged: true
volumes:
2023-07-06 15:06:38 +00:00
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
2020-04-11 13:16:20 +00:00
command: /bin/systemd
capabilities:
- SYS_ADMIN
2021-08-24 07:13:44 +00:00
- name: debian11
2024-05-07 12:36:26 +00:00
image: code.waks.be/nishiki/molecule:debian11
2021-08-24 07:13:44 +00:00
privileged: true
volumes:
2023-07-06 15:06:38 +00:00
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
2021-08-24 07:13:44 +00:00
command: /bin/systemd
capabilities:
- SYS_ADMIN
2020-04-11 13:16:20 +00:00
lint: |
set -e
yamllint .
2021-08-24 07:13:44 +00:00
ansible-lint .
2020-04-11 13:16:20 +00:00
verifier:
name: testinfra