initial version, gets a Synapse server setup with an Element web-client

This commit is contained in:
PC-Admin
2023-08-09 02:27:20 +08:00
parent f8a276aced
commit bb10c3a4b9
18 changed files with 545 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
server_name: "penholder.xyz"
postgresql_password: "strong-redacted-password"
matrix_admin_email: "perthchat@protonmail.com"
registration_shared_secret: "strong-redacted-password"

View File

@@ -0,0 +1,5 @@
server_name: "snowsupport.top"
postgresql_password: "strong-redacted-password"
matrix_admin_email: "perthchat@protonmail.com"
registration_shared_secret: "strong-redacted-password"

4
inventory/hosts Normal file
View File

@@ -0,0 +1,4 @@
[matrix_servers]
matrix.penholder.xyz ansible_host=matrix.penholder.xyz ansible_ssh_user=root
#matrix.snowsupport.top ansible_host=matrix.snowsupport.top ansible_ssh_user=root