infra/roles/stable/etherpad/defaults/main.yml

18 lines
737 B
YAML
Raw Permalink Normal View History

2020-09-29 00:13:52 +02:00
---
title: "Etherpad"
favicon: "favicon.ico"
2020-11-10 23:14:10 +01:00
listen_ip: "0.0.0.0"
listen_port: "8001"
log_level: "INFO"
2021-01-04 18:56:58 +01:00
database_password: "{{lookup('community.general.passwordstore', '{{passwordstore_path}}/etherpad_{{ansible_hostname}}/db_password create=True nosymbols=true')}}"
pad_admin_password: "{{lookup('community.general.passwordstore', '{{passwordstore_path}}/etherpad_{{ansible_hostname}}/admin_password create=True nosymbols=true')}}"
2022-02-18 12:30:46 +01:00
plugins: ['ep_headings2', 'ep_table_of_contents', 'ep_comments_page', 'ep_align']
2020-11-10 23:14:10 +01:00
pad_lang: 'it-IT'
pad_default_text: |
Welcome to Etherpad!
This pad text is synchronized as you type, so that everyone viewing this page sees the same text.
This allows you to collaborate seamlessly on documents!