ansible-role-gitlab/molecule/default/molecule.yml
Adrien Waksberg 2da9b5cfba
All checks were successful
/ lint (push) Successful in 15s
/ molecule (push) Successful in 6m20s
feat: add options for backup
2024-07-13 12:26:20 +02:00

19 lines
343 B
YAML

---
driver:
name: docker
platforms:
- name: debian12
image: code.waks.be/nishiki/molecule:debian12
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 .
verifier:
name: testinfra