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

27 lines
515 B
YAML
Raw Normal View History

2021-09-11 16:52:14 +00:00
---
driver:
name: docker
platforms:
- name: debian11
image: nishiki/debian11:molecule
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
command: /lib/systemd/systemd
capabilities:
- SYS_ADMIN
- name: debian10
image: nishiki/debian10:molecule
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
command: /lib/systemd/systemd
capabilities:
- SYS_ADMIN
lint: |
set -e
yamllint .
ansible-lint .
verifier:
name: testinfra