You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
- import_playbook: 'prepare_lxc_guest.yaml'
|
|
vars:
|
|
host: 'matrix'
|
|
vm_size: '2G'
|
|
|
|
- hosts: 'matrix'
|
|
roles:
|
|
- role: 'dns_record'
|
|
- role: 'reverse_proxy'
|
|
reverse_proxy_site_fqdn:
|
|
- 'matrix.{{ domain }}'
|
|
- 'riot.{{ domain }}'
|
|
- role: 'coturn'
|
|
- role: 'matrix-synapse'
|
|
- role: 'riot-web'
|
|
- role: 'monitoring-agent'
|
|
|
|
- hosts: 'monitoring_hosts'
|
|
roles:
|
|
- role: 'icinga2-monitoring'
|
|
...
|