Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4932/head
| @@ -65,7 +65,7 @@ There are some additional things you may wish to configure about the component. | |||||
| Take a look at: | Take a look at: | ||||
| - `roles/custom/matrix-synapse-admin/defaults/main.yml` for some variables that you can customize via your `vars.yml` file. You can override settings (even those that don't have dedicated playbook variables) using the `matrix_synapse_admin_configuration_extension_json` variable | |||||
| - `roles/galaxy/synapse_admin/defaults/main.yml` for some variables that you can customize via your `vars.yml` file. You can override settings (even those that don't have dedicated playbook variables) using the `matrix_synapse_admin_configuration_extension_json` variable | |||||
| ## Installing | ## Installing | ||||
| @@ -71,6 +71,9 @@ | |||||
| - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-postgres-exporter.git | - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-postgres-exporter.git | ||||
| version: v0.19.0-0 | version: v0.19.0-0 | ||||
| name: prometheus_postgres_exporter | name: prometheus_postgres_exporter | ||||
| - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-synapse-admin.git | |||||
| version: v0.11.1-etke53-0 | |||||
| name: synapse_admin | |||||
| - src: git+https://github.com/devture/com.devture.ansible.role.systemd_docker_base.git | - src: git+https://github.com/devture/com.devture.ansible.role.systemd_docker_base.git | ||||
| version: v1.4.1-0 | version: v1.4.1-0 | ||||
| name: systemd_docker_base | name: systemd_docker_base | ||||
| @@ -98,7 +98,7 @@ | |||||
| - custom/matrix-dendrite | - custom/matrix-dendrite | ||||
| - custom/matrix-conduit | - custom/matrix-conduit | ||||
| - custom/matrix-continuwuity | - custom/matrix-continuwuity | ||||
| - custom/matrix-synapse-admin | |||||
| - galaxy/synapse_admin | |||||
| - custom/matrix-synapse-usage-exporter | - custom/matrix-synapse-usage-exporter | ||||
| - galaxy/prometheus_node_exporter | - galaxy/prometheus_node_exporter | ||||
| - galaxy/prometheus_postgres_exporter | - galaxy/prometheus_postgres_exporter | ||||