This repository has been archived on 2022-06-21. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.ufw/molecule/default/molecule.yml

20 lines
296 B
YAML

---
dependency:
name: galaxy
driver:
name: hetznercloud
platforms:
- name: "autonomic.ufw-${INSTANCE_UUID}"
server_type: cx11
image: debian-10
provisioner:
name: ansible
lint: |
set -e
yamllint -c .yamllint.yml .
ansible-lint --exclude .drone.yml -c .ansible-lint.yml .