role-caddy/tests/test.yml
2022-12-11 00:36:54 +01:00

15 lines
268 B
YAML

---
- hosts: all
remote_user: root
roles:
- role-caddy
vars:
caddy_caddyfile:
global:
domains:
- domain: 192.168.1.142
reverse_proxy:
targets:
- "localhost:3000"
lb_policy: "least_conn"