2021-08-20 07:33:22 +00:00
|
|
|
---
|
|
|
|
driver:
|
|
|
|
name: docker
|
|
|
|
platforms:
|
2023-06-29 12:32:37 +00:00
|
|
|
- name: debian12
|
2024-05-08 09:24:01 +00:00
|
|
|
image: code.waks.be/nishiki/molecule:debian12
|
2021-08-20 07:33:22 +00:00
|
|
|
privileged: true
|
|
|
|
volumes:
|
2023-06-29 12:32:37 +00:00
|
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
|
|
|
cgroupns_mode: host
|
2021-08-20 07:33:22 +00:00
|
|
|
command: /bin/systemd
|
|
|
|
capabilities:
|
|
|
|
- SYS_ADMIN
|
|
|
|
lint: |
|
|
|
|
set -e
|
|
|
|
yamllint .
|
|
|
|
ansible-lint .
|
|
|
|
verifier:
|
|
|
|
name: testinfra
|