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

29 lines
547 B
YAML
Raw Normal View History

2020-08-09 06:20:33 +00:00
---
driver:
name: docker
platforms:
2023-07-07 07:12:06 +00:00
- name: debian12
image: nishiki/debian12:molecule
2020-08-09 06:20:33 +00:00
privileged: true
volumes:
2023-07-07 07:12:06 +00:00
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
command: /bin/systemd
capabilities:
- SYS_ADMIN
- name: debian11
image: nishiki/debian11:molecule
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
2020-08-09 06:20:33 +00:00
command: /bin/systemd
capabilities:
- SYS_ADMIN
lint: |
set -e
yamllint .
2022-04-07 13:15:48 +00:00
ansible-lint .
2020-08-09 06:20:33 +00:00
verifier:
name: testinfra