computer-playbook/tasks/create-proxy-with-domain-replace.yml

8 lines
283 B
YAML
Raw Normal View History

2025-02-07 13:39:46 +01:00
- name: "include task certbot-and-globals.yml"
include_tasks: certbot-and-globals.yml
- name: "include task create-domain-conf.yml"
include_tasks: create-domain-conf.yml
vars:
2023-12-08 18:22:28 +01:00
nginx_docker_reverse_proxy_extra_configuration: "sub_filter '{{source_domain}}' '{{domain}}';"