From d73515f2425120d10579dd4b1b55aeea7833fc27 Mon Sep 17 00:00:00 2001 From: Edoardo Putti Date: Sat, 24 Jun 2017 23:13:39 +0200 Subject: [PATCH] add matrix homeserver playbook --- matrix.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 matrix.yaml diff --git a/matrix.yaml b/matrix.yaml new file mode 100644 index 0000000..a4e964d --- /dev/null +++ b/matrix.yaml @@ -0,0 +1,19 @@ +--- +- hosts: biff + roles: + - role: lxc_guest + vm_name: matrix + distro: sid + - role: ssh_server + ansible_connection: lxc_ssh + ansible_docker_extra_args: matrix +- hosts: matrix + roles: + - role: dns_record + - role: reverse_proxy + tasks: + - name: Install synapse + apt: + name: "{{ item }}" + with_items: + - matrix-synapse