Add etherpad
This commit is contained in:
parent
fb420558c9
commit
37a91000f4
9 changed files with 314 additions and 0 deletions
4
roles/etherpad/defaults/main.yaml
Normal file
4
roles/etherpad/defaults/main.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
nodejs_version: node_18.x
|
||||
etherpad_db_user: etherpad
|
||||
etherpad_db_password: "{{ lookup('password', '/tmp/etherpad_db_password length=32') }}"
|
||||
etherpad_db_name: etherpad
|
Loading…
Add table
Add a link
Reference in a new issue