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

8 lines
273 B
YAML
Raw Normal View History

- name: "include task certbot-matomo.yml"
include_tasks: certbot-matomo.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}}';"