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

21 lines
418 B
YAML
Raw Normal View History

---
dependencies:
# install nodejs
- role: nodejs
# install postgres
# and create an etherpad user and db
- role: postgresql
vars:
username: etherpad
password: "{{ database_password }}"
database: etherpad
# install caddy and configure it as reverse proxy
- role: caddy
vars:
caddy_config: |
{{hostname}}
encode gzip
reverse_proxy localhost:31337