mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-09 11:47:14 +02:00
Solved oauth2 bug
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user