ansible-role-borg-backup/molecule/docker/molecule.yml

21 lines
465 B
YAML
Raw Normal View History

2023-10-09 02:22:30 +02:00
---
dependency:
name: galaxy
driver:
name: docker
platforms:
- name: docker-dind # Based on Alpine
image: docker:dind
privileged: True # required to have access to the dind
command: /usr/local/bin/dockerd-entrypoint.sh # Starts docker daemon
provisioner:
name: ansible
config_options:
defaults:
vault_password_file: "${MOLECULE_SCENARIO_DIRECTORY}/vault.pw"
verifier:
name: ansible
lint: |
set -e
yamllint .
ansible-lint .