homeserver/roles/pandemonium1986.ansible-role-k9s/molecule/default/molecule.yml
mg 2b3921aa21 Rolle aktualisiert: k9s (#458)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #458
2023-02-17 11:57:35 +01:00

37 lines
1,016 B
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
dependency:
name: galaxy
enabled: false
# role-file: requirements.yml
driver:
name: docker
lint: |
set -e
yamllint .
ansible-lint
platforms:
- name: molecule-${DKR_IMAGE:-debian10}
hostname: ${DKR_IMAGE:-debian10}
image: ghcr.io/pandemonium1986/${DKR_IMAGE:-debian10}:nightly
pull: true
pre_build_image: true
tty: true
override_command: false
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: true
provisioner:
name: ansible
lint: |
set -e
ansible-lint
config_options:
defaults:
stdout_callback: yaml
bin_ansible_callbacks: true
scenario:
name: default
verifier:
name: ansible
enabled: true