mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-22 15:04:15 +01:00
Add the comment block around the variable
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
parent
e521ffca80
commit
541b46cf8f
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user