2021-01-03 15:10:04 +00:00
|
|
|
---
|
|
|
|
driver:
|
|
|
|
name: docker
|
|
|
|
platforms:
|
2021-08-15 16:56:36 +00:00
|
|
|
- name: debian11
|
|
|
|
image: nishiki/debian11:molecule
|
|
|
|
privileged: true
|
|
|
|
volumes:
|
|
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
|
|
command: /bin/systemd
|
|
|
|
capabilities:
|
|
|
|
- SYS_ADMIN
|
2021-01-03 15:10:04 +00:00
|
|
|
lint: |
|
|
|
|
set -e
|
|
|
|
yamllint .
|
2021-08-15 16:15:12 +00:00
|
|
|
ansible-lint .
|
2021-01-03 15:10:04 +00:00
|
|
|
verifier:
|
|
|
|
name: testinfra
|