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

32 lines
619 B
YAML
Raw Normal View History

2020-03-01 15:27:42 +01:00
---
driver:
name: docker
platforms:
2023-06-30 11:03:50 +02:00
- name: debian12
image: nishiki/debian12:molecule
2020-03-01 15:27:42 +01:00
privileged: true
volumes:
2023-06-30 11:03:50 +02:00
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
2020-03-01 15:27:42 +01:00
command: /bin/systemd
capabilities:
- SYS_ADMIN
2023-06-30 11:03:50 +02:00
- name: debian11
image: nishiki/debian11:molecule
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 15:27:42 +01:00
verifier:
name: testinfra
provisioner:
options:
2023-06-30 11:03:50 +02:00
vault-password-file: molecule/default/vault