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

22 lines
379 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
2023-09-29 13:54:34 +00:00
published_ports:
- 127.0.0.1:5601:5601
2020-02-29 22:35:57 +00:00
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