mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 06:28:34 +01:00
feat: skip auth paths
This commit is contained in:
@@ -83,13 +83,6 @@
|
||||
- simple-log-server
|
||||
- soundlib-interface
|
||||
|
||||
- name: Deploy OAuth2Proxy
|
||||
community.docker.docker_compose:
|
||||
project_src: /opt/oauth2proxy/{{ item }}/
|
||||
pull: true
|
||||
with_items:
|
||||
- soundlib-interface
|
||||
|
||||
- name: Template Systemd Units
|
||||
template:
|
||||
src: "waitress-systemd-unit.j2"
|
||||
@@ -97,13 +90,25 @@
|
||||
with_items:
|
||||
- { name : "image-factory", path : "/var/www/python-flask-picture-factory" }
|
||||
- { name : "serien-ampel", path : "/var/www/serien-ampel" }
|
||||
- { name : "simple-log-server", path : "/var/www/simple-log-server" }
|
||||
- { name : "simple-log-server", path : "/var/www/simple-log-server", external_oidc : true }
|
||||
- { name : "soundlib-interface", path : "/var/www/soundlib-interface", external_oidc : true }
|
||||
notify:
|
||||
- daemon reload
|
||||
- systemctl restart image-factory
|
||||
- systemctl restart serien-ampel
|
||||
- systemctl restart simple-log-server
|
||||
- systemctl restart soundlib-interface
|
||||
|
||||
- meta: flush_handlers
|
||||
|
||||
- name: Deploy OAuth2Proxy
|
||||
community.docker.docker_compose:
|
||||
project_src: /opt/oauth2proxy/{{ item }}/
|
||||
pull: true
|
||||
with_items:
|
||||
- soundlib-interface
|
||||
- simple-log-server
|
||||
|
||||
- name: Enable and Start Systemd Units
|
||||
systemd:
|
||||
name: "{{ item }}"
|
||||
|
||||
Reference in New Issue
Block a user