--- - 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' ...