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.

22 lines
450 B

  1. ---
  2. - import_playbook: 'prepare_lxc_guest.yaml'
  3. vars:
  4. host: 'matrix'
  5. vm_size: '10G'
  6. - hosts: 'matrix'
  7. roles:
  8. - role: 'dns_record'
  9. - role: 'reverse_proxy'
  10. reverse_proxy_site_fqdn:
  11. - 'matrix.{{ domain }}'
  12. - 'riot.sestograd.org'
  13. #- role: 'coturn'
  14. #- role: 'matrix-synapse'
  15. - role: 'riot-web'
  16. - role: 'monitoring-agent'
  17. - hosts: 'monitoring_hosts'
  18. roles:
  19. - role: 'icinga2-monitoring'
  20. ...