initial version, gets a Synapse server setup with an Element web-client
This commit is contained in:
5
inventory/host_vars/matrix.penholder.xyz/vars.yml
Normal file
5
inventory/host_vars/matrix.penholder.xyz/vars.yml
Normal 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"
|
5
inventory/host_vars/matrix.snowsupport.top/vars.yml
Normal file
5
inventory/host_vars/matrix.snowsupport.top/vars.yml
Normal 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
4
inventory/hosts
Normal 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
|
Reference in New Issue
Block a user