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:
|
gitea:
|
||||||
version: 1.13.0
|
version: 1.13.0
|
||||||
synapse:
|
synapse:
|
||||||
version: v1.24.0
|
version: v1.25.0
|
||||||
drupal:
|
drupal:
|
||||||
version: 8.9.7-apache
|
version: 8.9.7-apache
|
||||||
nextcloud:
|
nextcloud:
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
become: yes
|
become: yes
|
||||||
become_user: postgres
|
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:
|
postgresql_pg_hba:
|
||||||
dest: "{{ postgres.pg_hba_path }}"
|
dest: "{{ postgres.pg_hba_path }}"
|
||||||
contype: host
|
contype: host
|
||||||
|
|
File diff suppressed because it is too large
Load diff
0
lala
0
lala
Loading…
Reference in a new issue