cloudserve-infrastructure/roles/caddy/vars/main.yml
Marty Oehme da1e696292
Fix https redirect setting
Fixed the reverse setting for https redirection. It would redirect when
the option was toggled off and vice versa.
2021-10-20 17:39:24 +02:00

8 lines
176 B
YAML

---
caddy_stack:
name: caddy
compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"
caddy_http_server_name: httpserve
caddy_https_server_name: httpsserve