Playbooks to a new Lilik
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.
 
 
 
 

25 lines
528 B

---
- import_playbook: 'prepare_lxc_guest.yaml'
vars:
host: 'matrix'
vm_size: '10G'
- hosts: 'matrix'
vars:
nginx_proxy_protocol: true
reverse_proxy_proxy_protocol: true
roles:
- role: 'dns_record'
- role: 'reverse_proxy'
reverse_proxy_site_fqdn:
- 'matrix.{{ domain }}'
- 'riot.sestograd.org'
#- role: 'coturn'
#- role: 'matrix-synapse'
- role: 'riot-web'
- role: 'monitoring-agent'
- hosts: 'monitoring_hosts'
roles:
- role: 'icinga2-monitoring'
...