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

20 lines
330 B
YAML
Raw Normal View History

2021-11-22 10:27:46 +00:00
---
driver:
name: docker
platforms:
2023-11-23 10:12:18 +00:00
- name: debian12
image: nishiki/debian12:molecule
2021-11-22 10:27:46 +00:00
privileged: true
volumes:
2023-11-23 10:12:18 +00:00
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
2021-11-22 10:27:46 +00:00
command: /bin/systemd
capabilities:
- SYS_ADMIN
lint: |
set -e
yamllint .
ansible-lint .
verifier:
name: testinfra