mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 06:24:25 +02:00
Solved oauth2 bug
This commit is contained in:
parent
f3439861bb
commit
41d023abee
@ -32,6 +32,5 @@
|
|||||||
when: applications | is_feature_enabled('oauth2',application_id)
|
when: applications | is_feature_enabled('oauth2',application_id)
|
||||||
|
|
||||||
- name: "include the web-app-oauth2-proxy role {{domain}}"
|
- name: "include the web-app-oauth2-proxy role {{domain}}"
|
||||||
include_role:
|
include_tasks: "{{ playbook_dir }}/roles/web-app-oauth2-proxy/tasks/main.yml"
|
||||||
name: web-app-oauth2-proxy
|
|
||||||
when: applications | is_feature_enabled('oauth2',application_id)
|
when: applications | is_feature_enabled('oauth2',application_id)
|
@ -1,6 +1,6 @@
|
|||||||
- name: "Transfering oauth2-proxy-keycloak.cfg.j2 to {{(path_docker_compose_instances | get_docker_compose(oauth2_proxy_application_id)).directories.volumes}}"
|
- name: "Transfering oauth2-proxy-keycloak.cfg.j2 to {{(path_docker_compose_instances | get_docker_compose(application_id)).directories.volumes}}"
|
||||||
template:
|
template:
|
||||||
src: oauth2-proxy-keycloak.cfg.j2
|
src: "{{ playbook_dir }}/roles/web-app-oauth2-proxy/templates/oauth2-proxy-keycloak.cfg.j2"
|
||||||
dest: "{{(path_docker_compose_instances | get_docker_compose(oauth2_proxy_application_id)).directories.volumes}}{{applications[application_id].configuration_file}}"
|
dest: "{{(path_docker_compose_instances | get_docker_compose(application_id)).directories.volumes}}{{applications['oauth2-proxy'].configuration_file}}"
|
||||||
notify:
|
notify:
|
||||||
- docker compose up
|
- docker compose up
|
Loading…
x
Reference in New Issue
Block a user