A ansible playbook to deploy a simple Synapse server. (For testing purposes only!)
Go to file
2023-08-14 22:29:11 +08:00
inventory dynamic config for redlight client module 2023-08-13 23:54:32 +08:00
pubkey initial version, gets a Synapse server setup with an Element web-client 2023-08-09 02:27:20 +08:00
roles add new alert bot config variables 2023-08-14 22:29:11 +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 minor fixes, add a redlight install section for rapid testing 2023-08-11 01:51:55 +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