This commit is contained in:
decentral1se
2022-05-30 09:49:44 +02:00
commit 58809f7fc7
11 changed files with 161 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
- name: Converge
hosts: all
tasks:
- name: Include autonomic.apt-upgrades
include_role:
name: autonomic.apt-upgrades

View File

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