Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>pull/3933/head
| @@ -29,7 +29,7 @@ Take a look at: | |||||
| - `roles/custom/matrix-conduit/defaults/main.yml` for some variables that you can customize via your `vars.yml` file | - `roles/custom/matrix-conduit/defaults/main.yml` for some variables that you can customize via your `vars.yml` file | ||||
| - `roles/custom/matrix-conduit/templates/conduit.toml.j2` for the server's default configuration | - `roles/custom/matrix-conduit/templates/conduit.toml.j2` for the server's default configuration | ||||
| 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/matrix.example.com/`) and then change the specific host's `vars.yaml` file like this: | |||||
| 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/matrix.example.com/`) and then change the specific host's `vars.yml` file like this: | |||||
| ```yaml | ```yaml | ||||
| matrix_conduit_template_conduit_config: "{{ playbook_dir }}/inventory/host_vars/matrix.example.com/conduit.toml.j2" | matrix_conduit_template_conduit_config: "{{ playbook_dir }}/inventory/host_vars/matrix.example.com/conduit.toml.j2" | ||||
| @@ -173,7 +173,7 @@ For this role to work you will need an additional section in the ansible hosts f | |||||
| <your jvb hosts> ansible_host=<ip address of the jvb host> | <your jvb hosts> ansible_host=<ip address of the jvb host> | ||||
| ``` | ``` | ||||
| Each JVB will require a server ID to be set so that it can be uniquely identified and this allows Jitsi to keep track of which conferences are on which JVB. The server ID is set with the variable `jitsi_jvb_server_id` which ends up as the JVB_WS_SERVER_ID environment variables in the JVB docker container. This variable can be set via the host file, a parameter to the ansible command or in the `vars.yaml` for the host which will have the additional JVB. For example: | |||||
| Each JVB will require a server ID to be set so that it can be uniquely identified and this allows Jitsi to keep track of which conferences are on which JVB. The server ID is set with the variable `jitsi_jvb_server_id` which ends up as the JVB_WS_SERVER_ID environment variables in the JVB docker container. This variable can be set via the host file, a parameter to the ansible command or in the `vars.yml` for the host which will have the additional JVB. For example: | |||||
| ```yaml | ```yaml | ||||
| jitsi_jvb_server_id: 'jvb-2' | jitsi_jvb_server_id: 'jvb-2' | ||||
| @@ -113,7 +113,7 @@ 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/matrix.example.com/`) | # 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.yml` file like this: | |||||
| # matrix_conduit_template_conduit_config: "{{ playbook_dir }}/inventory/host_vars/matrix.example.com/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" | ||||