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

32 lines
652 B
YAML
Raw Normal View History

2020-04-11 13:16:20 +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
2021-08-24 07:13:44 +00:00
- name: debian11
image: nishiki/debian11:molecule
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
command: /bin/systemd
capabilities:
- SYS_ADMIN
provisioner:
inventory:
host_vars:
debian11:
gitlab_repository: deb https://packages.gitlab.com/gitlab/gitlab-ce/debian/ buster main
2020-04-11 13:16:20 +00:00
lint: |
set -e
yamllint .
2021-08-24 07:13:44 +00:00
ansible-lint .
2020-04-11 13:16:20 +00:00
verifier:
name: testinfra