role-caddy/tests/test.yml

15 lines
268 B
YAML
Raw Permalink Normal View History

2022-12-10 23:36:54 +00:00
---
- 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"