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

23 lines
389 B
YAML
Raw Normal View History

2020-08-09 06:20:33 +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
exposed_ports:
- 22/tcp
published_ports:
- 0.0.0.0:2222:22/tcp
lint: |
set -e
yamllint .
2022-04-07 13:15:48 +00:00
ansible-lint .
2020-08-09 06:20:33 +00:00
verifier:
name: testinfra