2023-08-07 16:13:50 -04:00
|
|
|
# ansible-synapse
|
2023-08-08 14:27:20 -04:00
|
|
|
|
2023-08-07 16:13:50 -04:00
|
|
|
A ansible playbook to deploy a simple Synapse server. (For testing purposes only!)
|
2023-08-08 14:27:20 -04:00
|
|
|
|
|
|
|
|
|
|
|
## Install Prerequisites
|
|
|
|
|
|
|
|
`$ pip install psycopg2`
|
|
|
|
|
|
|
|
|
|
|
|
## Setup Server
|
|
|
|
|
|
|
|
1) Configure the [inventory/](inventory/) files for all the desired hosts appropriately.
|
|
|
|
|
|
|
|
2) Run the setup.yml playbook:
|
|
|
|
|
|
|
|
`ansible-synapse$ ansible-playbook -v -i inventory/hosts setup.yml`
|