mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 20:39:40 +01:00
10 lines
301 B
YAML
10 lines
301 B
YAML
- 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
|
|
|
|
- name: include the docker-oauth2-proxy role
|
|
include_role:
|
|
name: docker-oauth2-proxy
|
|
when: oauth2_proxy_active | bool |