--- etherpad_version: '1.9.2' etherpad_skin: 'colibris' etherpad_skinVariants: 'super-light-toolbar super-light-editor light-background' etherpad_username: 'etherpad' etherpad_group: 'etherpad' etherpad_app_dir: '/var/www/etherpad-lite' etherpad_instance_name: 'pads' etherpad_listen_ip: '0.0.0.0' etherpad_listen_port: '9001' etherpad_db_type: '0' #an integer. 0 or unset for mysql, 1 for postgres etherpad_db_user: 'etherpad' etherpad_db_host: 'localhost' etherpad_db_passwd: 'changeme' etherpad_db_name: 'etherpad' etherpad_db_port: '3306' etherpad_welcome_text: 'Welcome to Etherpad!\n\nThis 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!\n\nGet involved with Etherpad at http:\/\/etherpad.org\n' etherpad_group_only: 'false' etherpad_editonly: 'false' etherpad_minify: 'true' etherpad_showSettingsInAdminPage: 'true' etherpad_suppressErrorsInPadText: 'false' etherpad_allowUnknownFileEnds: 'true' etherpad_automaticReconnectionTimeout: '0' etherpad_indentationOnNewLine: 'false' etherpad_importExportRateLimitingwindowMs: '90000' etherpad_importExportRateLimitingMax: '10' etherpad_importMaxFileSize: '52428800' # 50 MB -> 50 * 1024 * 1024 etherpad_exposeVersion: 'false' etherpad_js_maxage: '21600' etherpad_max_log_size: '1024' etherpad_abiword: '/usr/bin/abiword' etherpad_auth: 'false' etherpad_authorization: 'false' etherpad_proxy: 'false' etherpad_sessionLifetime: '864000000' #10d etherpad_sessionRefreshInterval: '86400000' #1d etherpad_ip_logging: 'false' etherpad_maxHttpBufferSize: '10000' etherpad_enableAdminUITests: 'false' etherpad_admin_pwd: 'changeme' etherpad_ratelimit_duration: '1' etherpad_ratelimit_points: '100' etherpad_loglevel: 'INFO' etherpad_logfile: '/var/log/etherpad-lite.log' etherpad_dumpOnUncleanExit: 'false' etherpad_error_log_recipient: 'support@example.com' etherpad_smtp_host: 'localhost' etherpad_smtp_port: '587' etherpad_smtp_user: 'support' etherpad_smtp_pass: 'changeme' etherpad_nodejs_version: '17' etherpad_apt: - curl - nodejs - git etherpad_plugins_list: ep_adminpads2: enabled ep_comments_page: enabled ep_desktop_notifications: enabled ep_font_color: enabled ep_headings2: enabled ep_markdown: enabled ep_previewimages: enabled ep_spellcheck: enabled ep_real_time_chat: enabled ep_delete_after_delay: enabled ep_align: enabled ep_font_size: enabled ep_table_of_contents: enabled ep_author_follow: enabled ep_cursortrace: enabled ep_prompt_for_name: enabled ep_user_fontsize_version_2: enabled ep_author_hover: enabled # ep_delete_after_delay # Etherpad-Lite plugin that deletes your pads after a configured delay delay: '7776000' # one day, in seconds Default is 86400 loopdeletion: 'true' loopDelay: '86400' # one hour, in seconds Default is 3600 deleteAtStart: 'true' text: "The content of this pad has been deleted since it was older than the configured delay." # MARIADB CONFIG mariadb_databases: - name: '{{ etherpad_db_name }}' collation: 'utf8mb4_unicode_ci' encoding: 'utf8mb4' mariadb_users: - name: '{{ etherpad_db_user }}' host: '{{ etherpad_db_host }}' password: '{{ etherpad_db_passwd }}' priv: '{{ etherpad_db_name }}.*:ALL'