Ver a proveniência

Use ansible-role-synapse-admin

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4932/head
Suguru Hirahara há 2 semanas
ascendente
cometimento
0cdc393867
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: E4F9743DAB4B7B75
3 ficheiros alterados com 5 adições e 2 eliminações
  1. +1
    -1
      docs/configuring-playbook-synapse-admin.md
  2. +3
    -0
      requirements.yml
  3. +1
    -1
      setup.yml

+ 1
- 1
docs/configuring-playbook-synapse-admin.md Ver ficheiro

@@ -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




+ 3
- 0
requirements.yml Ver ficheiro

@@ -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


+ 1
- 1
setup.yml Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar