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.

18 lines
359 B

7 years ago
  1. ---
  2. - hosts: biff
  3. roles:
  4. - role: lxc_guest
  5. vm_name: matrix
  6. distro: sid
  7. - role: ssh_server
  8. ansible_connection: ssh_lxc
  9. ansible_ssh_lxc_name: matrix
  10. - hosts: matrix
  11. roles:
  12. - role: dns_record
  13. - role: reverse_proxy
  14. - role: matrix-synapse
  15. - role: riot-web
  16. - hosts: status
  17. roles:
  18. - role: icinga2-monitoring