main.yml 757 B

123456789101112131415161718
  1. ---
  2. title: "Etherpad"
  3. favicon: "favicon.ico"
  4. listen_ip: "0.0.0.0"
  5. listen_port: "8001"
  6. log_level: "INFO"
  7. database_password: "{{lookup('community.general.passwordstore', '{{passwordstore_path}}/etherpad/db_password create=True nosymbols=true')}}"
  8. pad_admin_password: "{{lookup('community.general.passwordstore', '{{passwordstore_path}}/etherpad/admin_password create=True nosymbols=true')}}"
  9. plugins: ['ep_headings2', 'ep_table_of_contents', 'ep_comments_page', 'ep_align', 'ep_delete_after_delay_lite']
  10. pad_lang: 'it-IT'
  11. pad_default_text: |
  12. Welcome to Etherpad!
  13. This pad text is synchronized as you type, so that everyone viewing this page sees the same text.
  14. This allows you to collaborate seamlessly on documents!
  15. Get involved with Etherpad at