13 lines
267 B
YAML
13 lines
267 B
YAML
|
- 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
|