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

32 lines
628 B
YAML
Raw Normal View History

2020-03-01 14:27:42 +00:00
---
driver:
name: docker
platforms:
2023-06-30 09:03:50 +00:00
- name: debian12
2024-05-07 07:23:55 +00:00
image: code.waks.be/nishiki/molecule:debian12
2020-03-01 14:27:42 +00:00
privileged: true
volumes:
2023-06-30 09:03:50 +00:00
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
2020-03-01 14:27:42 +00:00
command: /bin/systemd
capabilities:
- SYS_ADMIN
2023-06-30 09:03:50 +00:00
- name: debian11
2024-05-07 07:23:55 +00:00
image: code.waks.be/nishiki/molecule:debian11
2023-06-30 09:03:50 +00:00
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
command: /bin/systemd
capabilities:
- SYS_ADMIN
lint: |
set -e
yamllint .
ansible-lint .
2020-03-01 14:27:42 +00:00
verifier:
name: testinfra
provisioner:
options:
2024-05-07 07:23:55 +00:00
vault-password-file: vault