Use service-specific oauth2-proxy instances

This commit is contained in:
uumas
2025-09-14 03:10:20 +03:00
parent aaca377811
commit fea49be8d1
12 changed files with 77 additions and 67 deletions

View File

@@ -1,4 +1,8 @@
---
- name: OAuth2 proxy for {{ service_name }}
ansible.builtin.include_tasks: oauth2_proxy.yaml
when: _service_oauth2_proxy
- name: Reverse proxy for {{ service_name }}
ansible.builtin.import_role:
name: uumas.general.vhost