add ansible support

This commit is contained in:
Nico Schottelius 2023-09-19 12:25:34 +02:00
commit d61af93d85
4 changed files with 51 additions and 0 deletions

12
ansible/playbook/runa.yml Normal file
View file

@ -0,0 +1,12 @@
- name: Configure RUNA Matrix VMs
hosts: runa
tasks:
- name: Base
include_role:
name: base
tags:
- base
# - name: Add DNS to APU
# include_role:
# name: apu-service-dns
# when: apu_is_service_apu is defined