This commit is contained in:
decentral1se
2022-05-30 09:34:37 +02:00
commit f2506c4203
11 changed files with 252 additions and 0 deletions

View File

@ -0,0 +1,11 @@
---
- name: Converge
hosts: all
vars:
- php_ver: "7.3"
- php_debian_distro: buster
- php_composer_install: true
tasks:
- name: "Include autonomic.php"
include_role:
name: "autonomic.php"

View File

@ -0,0 +1,15 @@
---
dependency:
name: galaxy
driver:
name: hetznercloud
platforms:
- name: "autonomic.php-${INSTANCE_UUID}"
server_type: "cx11"
image: "debian-10"
provisioner:
name: ansible
lint: |
set -e
yamllint -c ../../.yamllint.yml .
ansible-lint -c ../../.ansible-lint.yml .