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

15 lines
296 B
YAML
Raw Normal View History

2020-10-02 23:31:41 +02:00
---
dependencies:
# install nodejs
- role: nodejs
# install caddy and configure it as reverse proxy
- role: caddy
vars:
caddy_config: |
{{hostname}}
encode gzip
reverse_proxy /api/* 127.0.0.1:31337
root * /srv/up1/up1/client
file_server