synapse v1.25.0, also scrapped the new config file
This commit is contained in:
parent
c7c7ee8fd5
commit
4272716b02
4 changed files with 845 additions and 388 deletions
|
@ -17,7 +17,7 @@ wordpress:
|
|||
gitea:
|
||||
version: 1.13.0
|
||||
synapse:
|
||||
version: v1.24.0
|
||||
version: v1.25.0
|
||||
drupal:
|
||||
version: 8.9.7-apache
|
||||
nextcloud:
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
become: yes
|
||||
become_user: postgres
|
||||
|
||||
- name: "Authorize {{ site.subnet_site_ip }} to login to Postres as user {{ site.postgres_username }}"
|
||||
- name: "Authorize {{ site.subnet_site_ip }} to login to Postgres as user {{ site.postgres_username }}"
|
||||
postgresql_pg_hba:
|
||||
dest: "{{ postgres.pg_hba_path }}"
|
||||
contype: host
|
||||
|
|
File diff suppressed because it is too large
Load diff
0
lala
0
lala
Loading…
Reference in a new issue