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

22 lines
474 B
YAML
Raw Normal View History

---
dependencies:
# install nodejs
2020-11-10 23:14:10 +01:00
- role: stable/nodejs
# install postgres
# and create an etherpad user and db
2020-11-10 23:14:10 +01:00
- role: stable/postgresql
vars:
username: etherpad
password: "{{ database_password }}"
database: etherpad
# install caddy and configure it as reverse proxy
2020-11-10 23:14:10 +01:00
# - role: caddy
# when: with_nginx | bool
# vars:
# caddy_config: |
# {{hostname}}
# encode gzip
# reverse_proxy localhost:31337