add ansible support
This commit is contained in:
parent
1578f14c71
commit
d61af93d85
4 changed files with 51 additions and 0 deletions
12
ansible/playbook/runa.yml
Normal file
12
ansible/playbook/runa.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue