A ansible playbook to deploy a simple Synapse server. (For testing purposes only!)
Go to file
2023-08-09 02:27:20 +08:00
inventory initial version, gets a Synapse server setup with an Element web-client 2023-08-09 02:27:20 +08:00
pubkey initial version, gets a Synapse server setup with an Element web-client 2023-08-09 02:27:20 +08:00
roles/setup-synapse initial version, gets a Synapse server setup with an Element web-client 2023-08-09 02:27:20 +08:00
LICENSE Initial commit 2023-08-08 04:13:50 +08:00
README.md initial version, gets a Synapse server setup with an Element web-client 2023-08-09 02:27:20 +08:00
setup.yml initial version, gets a Synapse server setup with an Element web-client 2023-08-09 02:27:20 +08:00

ansible-synapse

A ansible playbook to deploy a simple Synapse server. (For testing purposes only!)

Install Prerequisites

$ pip install psycopg2

Setup Server

  1. Configure the inventory/ files for all the desired hosts appropriately.

  2. Run the setup.yml playbook:

ansible-synapse$ ansible-playbook -v -i inventory/hosts setup.yml