Sfoglia il codice sorgente

Replace <host> with matrix.example.com

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3628/head
Suguru Hirahara 1 anno fa
parent
commit
7aab3a4f83
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: E4F9743DAB4B7B75
3 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. +2
    -2
      roles/custom/matrix-conduit/defaults/main.yml
  2. +2
    -2
      roles/custom/matrix-dendrite/defaults/main.yml
  3. +2
    -2
      roles/custom/matrix-synapse/defaults/main.yml

+ 2
- 2
roles/custom/matrix-conduit/defaults/main.yml Vedi File

@@ -112,9 +112,9 @@ matrix_conduit_container_extra_arguments: []


# Specifies which template files to use when configuring Conduit. # Specifies which template files to use when configuring Conduit.
# If you'd like to have your own different configuration, feel free to copy and paste # If you'd like to have your own different configuration, feel free to copy and paste
# the original files into your inventory (e.g. in `inventory/host_vars/<host>/`)
# the original files into your inventory (e.g. in `inventory/host_vars/matrix.example.com/`)
# and then change the specific host's `vars.yaml` file like this: # and then change the specific host's `vars.yaml` file like this:
# matrix_conduit_template_conduit_config: "{{ playbook_dir }}/inventory/host_vars/<host>/conduit.toml.j2"
# matrix_conduit_template_conduit_config: "{{ playbook_dir }}/inventory/host_vars/matrix.example.com/conduit.toml.j2"
matrix_conduit_template_conduit_config: "{{ role_path }}/templates/conduit.toml.j2" matrix_conduit_template_conduit_config: "{{ role_path }}/templates/conduit.toml.j2"


# Max size for uploads, in bytes # Max size for uploads, in bytes


+ 2
- 2
roles/custom/matrix-dendrite/defaults/main.yml Vedi File

@@ -199,9 +199,9 @@ matrix_dendrite_systemd_service_post_start_delay_seconds: 3


# Specifies which template files to use when configuring Dendrite. # Specifies which template files to use when configuring Dendrite.
# If you'd like to have your own different configuration, feel free to copy and paste # If you'd like to have your own different configuration, feel free to copy and paste
# the original files into your inventory (e.g. in `inventory/host_vars/<host>/`)
# the original files into your inventory (e.g. in `inventory/host_vars/matrix.example.com/`)
# and then change the specific host's `vars.yml` file like this: # and then change the specific host's `vars.yml` file like this:
# matrix_dendrite_template_dendrite_config: "{{ playbook_dir }}/inventory/host_vars/<host>/dendrite.yaml.j2"
# matrix_dendrite_template_dendrite_config: "{{ playbook_dir }}/inventory/host_vars/matrix.example.com/dendrite.yaml.j2"
matrix_dendrite_template_dendrite_config: "{{ role_path }}/templates/dendrite.yaml.j2" matrix_dendrite_template_dendrite_config: "{{ role_path }}/templates/dendrite.yaml.j2"


matrix_dendrite_client_api_registration_shared_secret: "" matrix_dendrite_client_api_registration_shared_secret: ""


+ 2
- 2
roles/custom/matrix-synapse/defaults/main.yml Vedi File

@@ -339,9 +339,9 @@ matrix_synapse_in_container_python_packages_path: "/usr/local/lib/python3.11/sit


# Specifies which template files to use when configuring Synapse. # Specifies which template files to use when configuring Synapse.
# If you'd like to have your own different configuration, feel free to copy and paste # If you'd like to have your own different configuration, feel free to copy and paste
# the original files into your inventory (e.g. in `inventory/host_vars/<host>/`)
# the original files into your inventory (e.g. in `inventory/host_vars/matrix.example.com/`)
# and then change the specific host's `vars.yml` file like this: # and then change the specific host's `vars.yml` file like this:
# matrix_synapse_template_synapse_homeserver: "{{ playbook_dir }}/inventory/host_vars/<host>/homeserver.yaml.j2"
# matrix_synapse_template_synapse_homeserver: "{{ playbook_dir }}/inventory/host_vars/matrix.example.com/homeserver.yaml.j2"
matrix_synapse_template_synapse_homeserver: "{{ role_path }}/templates/synapse/homeserver.yaml.j2" matrix_synapse_template_synapse_homeserver: "{{ role_path }}/templates/synapse/homeserver.yaml.j2"
matrix_synapse_template_synapse_log: "{{ role_path }}/templates/synapse/synapse.log.config.j2" matrix_synapse_template_synapse_log: "{{ role_path }}/templates/synapse/synapse.log.config.j2"




Caricamento…
Annulla
Salva