init
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
decentral1se
2022-05-30 13:44:52 +02:00
commit 092a3fa07c
13 changed files with 164 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
- name: Converge
hosts: all
vars:
# Note(decentral1se): otherwise, we lock ourselves
# out during our test run and that is absolutely no bueno
sshd_permit_root_login: true
sshd_port: 22
roles:
- role: autonomic.sshd

View File

@ -0,0 +1,19 @@
---
dependency:
name: galaxy
driver:
name: hetznercloud
platforms:
- name: "autonomic.sshd-${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 .