This commit is contained in:
decentral1se
2022-05-31 07:17:48 +02:00
parent bf5b28933c
commit 6a092d33d7
7 changed files with 68 additions and 4 deletions

View File

@ -1,18 +1,23 @@
---
dependency:
name: galaxy
driver:
name: hetznercloud
platforms:
- name: "autonomic.netdata-${INSTANCE_UUID}"
server_type: "cx11"
image: "debian-10"
provisioner:
name: ansible
lint: |
set -e
yamllint -c ../../.yamllint.yml .
ansible-lint -c ../../.ansible-lint.yml .
yamllint -c .yamllint.yml .
ansible-lint --exclude .drone.yml -c .ansible-lint.yml .
scenario:
test_sequence:
- lint