mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 02:33:10 +01:00
8 lines
273 B
YAML
8 lines
273 B
YAML
- 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:
|
|
nginx_docker_reverse_proxy_extra_configuration: "sub_filter '{{source_domain}}' '{{domain}}';"
|