Skip to content

Commit

Permalink
Edit YAML files: minor changes (#3955)
Browse files Browse the repository at this point in the history
* Update roles/custom/matrix-coturn/defaults/main.yml: edit an instruction for creating a strong password

Follow-up to 6b87d1a

Signed-off-by: Suguru Hirahara <[email protected]>

* Update examples/vars.yml: add a whitespace character for indenting

Signed-off-by: Suguru Hirahara <[email protected]>

---------

Signed-off-by: Suguru Hirahara <[email protected]>
Co-authored-by: Suguru Hirahara <[email protected]>
  • Loading branch information
luixxiul and Suguru Hirahara authored Jan 17, 2025
1 parent d6fda78 commit 107e9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ matrix_domain: example.com
# The Matrix homeserver software to install.
# See:
# - `roles/custom/matrix-base/defaults/main.yml` for valid options
# - the `docs/configuring-playbook-IMPLEMENTATION_NAME.md` documentation page, if one is available for your implementation choice
# - the `docs/configuring-playbook-IMPLEMENTATION_NAME.md` documentation page, if one is available for your implementation choice
#
# By default, we use Synapse, because it's the only full-featured Matrix server at the moment.
#
Expand Down
2 changes: 1 addition & 1 deletion roles/custom/matrix-coturn/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ matrix_coturn_turn_udp_max_port: 49172
matrix_coturn_authentication_method: auth-secret

# A shared secret used for authentication when `matrix_coturn_authentication_method` is `auth-secret`.
# You can put any string here, but generating a strong one is preferred (e.g. `pwgen -s 64 1`).
# You can put any string here, but generating a strong one is preferred. You can create one with a command like `pwgen -s 64 1`.
matrix_coturn_turn_static_auth_secret: ""

# A username used authentication when `matrix_coturn_authentication_method` is `lt-cred-mech`.
Expand Down

0 comments on commit 107e9d2

Please sign in to comment.