computer-playbook/tasks/nginx-docker-proxy-domain.yml

10 lines
291 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
2025-01-26 16:14:30 +01:00
- name: include the docker-oauth2-proxy role
include_role:
name: docker-oauth2-proxy
when: oauth2_proxy_active | bool