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

10 lines
301 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
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