Role to install & maintain Etherpad Lite.
The playbook requires special configuration. You must set the etherpad_api_key!
Defaults: see defaults/main.yml
- geerlingguy.nodejs
- hosts: servers
roles:
- { role: systemli.etherpad }
For developing and testing the role we use Travis CI, Molecule and Vagrant. On the local environment you can easily test the role with
pip install molecule-vagrant ansible-lint yamllint
molecule test
This requires Vagrant to be installed.
GPLv3