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

27 lines
499 B
YAML
Raw Normal View History

2020-03-28 21:31:50 +00:00
---
driver:
name: docker
platforms:
- name: debian10
image: nishiki/debian10:molecule
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
command: /bin/systemd
capabilities:
- SYS_ADMIN
2021-08-18 16:42:28 +00:00
- name: debian11
image: nishiki/debian11:molecule
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
command: /bin/systemd
capabilities:
- SYS_ADMIN
2020-03-28 21:31:50 +00:00
lint: |
set -e
yamllint .
2021-08-18 16:42:28 +00:00
ansible-lint .
2020-03-28 21:31:50 +00:00
verifier:
name: testinfra