Files
offline_kubespray/collection/google/cloud/molecule/gcsfuse/molecule.yml
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

21 lines
391 B
YAML

---
dependency:
name: galaxy
driver:
name: docker
lint: |
set -e
yamllint .
ansible-lint
platforms:
- name: instance
image: ${MOLECULE_DISTRO:-ubuntu:xenial}
privileged: true
command: ${MOLECULE_COMMAND:-"sleep infinity"}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
provisioner:
name: ansible
playbooks:
converge: ${MOLECULE_PLAYBOOK:-converge.yml}