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

25 lines
447 B
YAML
Raw Permalink Normal View History

2020-03-01 10:49:25 +00:00
---
driver:
name: docker
platforms:
2023-06-29 12:49:32 +00:00
- name: debian12
2024-05-07 06:59:48 +00:00
image: code.waks.be/nishiki/molecule:debian12
2023-06-29 12:49:32 +00:00
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
command: /bin/systemd
capabilities:
- SYS_ADMIN
2021-08-22 14:33:57 +00:00
provisioner:
inventory:
host_vars:
2023-06-29 12:49:32 +00:00
debian12:
mariadb_use_official_repository: false
2020-03-01 10:49:25 +00:00
lint: |
set -e
yamllint .
2021-08-22 14:33:57 +00:00
ansible-lint .
2020-03-01 10:49:25 +00:00
verifier:
name: testinfra