Go to file
muppeth 8d371ce31b
Migration commit; fresh start
2021-03-14 17:53:38 +01:00
Playbooks Migration commit; fresh start 2021-03-14 17:53:38 +01:00
defaults Migration commit; fresh start 2021-03-14 17:53:38 +01:00
handlers Migration commit; fresh start 2021-03-14 17:53:38 +01:00
tasks Migration commit; fresh start 2021-03-14 17:53:38 +01:00
templates Migration commit; fresh start 2021-03-14 17:53:38 +01:00
.gitignore Migration commit; fresh start 2021-03-14 17:53:38 +01:00
LICENSE Initial commit 2021-03-14 16:48:46 +00:00
README.MD Migration commit; fresh start 2021-03-14 17:53:38 +01:00
Vagrantfile Migration commit; fresh start 2021-03-14 17:53:38 +01:00

README.MD

Etherpad - Ansible role

This role covers deployment, configuration and software updates of etheprad-lite. This role is released under MIT Licence and we give no warranty for this piece of software. Currently supported OS - Debian.

The role allows to install/uninstall etherpad's plugins.

You can deploy test instance using Vagrantfile attached to the role. vagrant up

ansible-playbook -b Playbooks/etherpad.yml

Then you can access etherpad from your computer on http://192.168.33.8:9001

CHANGELOG

  • 04.03.2021 - Bumped version to 1.8.11 and adjusted readme file
  • 21.11.2020 - Make it ready for public release
    • Bump to 1.8.6
    • Added new plugins
    • Corrected few things
  • 04.11.2019 - First stable production (1.0)
    • Added update and release change via git
    • Few minor changes to the config
    • added skin choice in the config
  • 19.12.2019 - Small fix at user.yml
  • 09.02.2020 - Add Vagrantfile + Playbooks