1
0
Fork 0
forked from cisti/infra
infra/roles/etherpad/meta/main.yml

14 lines
280 B
YAML
Raw Normal View History

---
dependencies:
- role: nodejs
- role: postgresql
vars:
username: etherpad
password: "{{ database_password }}"
database: etherpad
- role: caddy
vars:
caddyfile: |
http://{{hostname}}:80
reverse_proxy / /tmp/etherpad.socket"