You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-role-nginx/molecule/default/molecule.yml

29 lines
633 B

---
dependency:
name: galaxy
driver:
name: docker
lint: |
set -e
yamllint . -c .yamllint
ansible-lint -r .
platforms:
- name: ${MOLECULE_DISTRIBUTION:-debian10}
image: "nekeal/${MOLECULE_DISTRIBUTION:-debian10}-ansible-systemd:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: true
pre_build_image: true
published_ports:
- 0.0.0.0:8080:443/udp
- 0.0.0.0:8080:443/tcp
provisioner:
name: ansible
log: true
playbooks:
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
verifier:
name: testinfra
options:
capture: no