init
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se
2022-05-30 14:02:36 +02:00
commit 3b698b9133
13 changed files with 164 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
- name: Converge
hosts: all
roles:
- role: autonomic.ufw

View File

@ -0,0 +1,19 @@
---
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 .