Ver código fonte

Add the comment block around the variable

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4066/head
Suguru Hirahara 1 ano atrás
pai
commit
541b46cf8f
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: E4F9743DAB4B7B75
1 arquivos alterados com 12 adições e 0 exclusões
  1. +12
    -0
      docs/configuring-playbook-etherpad.md

+ 12
- 0
docs/configuring-playbook-etherpad.md Ver arquivo

@@ -31,7 +31,19 @@ When setting, replace `example.com` with your own.
To enable Etherpad, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file: To enable Etherpad, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:


```yaml ```yaml
########################################################################
# #
# etherpad #
# #
########################################################################

etherpad_enabled: true etherpad_enabled: true

########################################################################
# #
# /etherpad #
# #
########################################################################
``` ```


As the most of the necessary settings for the role have been taken care of by the playbook, you can enable Etherpad on your Matrix server with this minimum configuration. As the most of the necessary settings for the role have been taken care of by the playbook, you can enable Etherpad on your Matrix server with this minimum configuration.


Carregando…
Cancelar
Salvar