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

20 lines
330 B
YAML
Raw Normal View History

2020-02-29 22:35:57 +00:00
---
driver:
name: docker
platforms:
2023-07-05 09:18:55 +00:00
- name: debian12
image: nishiki/debian12:molecule
2020-02-29 22:35:57 +00:00
privileged: true
volumes:
2023-07-05 09:18:55 +00:00
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
2020-02-29 22:35:57 +00:00
command: /bin/systemd
capabilities:
- SYS_ADMIN
lint: |
set -e
yamllint .
2022-04-07 12:57:29 +00:00
ansible-lint .
2020-02-29 22:35:57 +00:00
verifier:
name: testinfra