mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-09 02:45:17 +00:00
Removed false :
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
vars:
|
vars:
|
||||||
load_app_id: "web-opt-rdr-domains"
|
load_app_id: "web-opt-rdr-domains"
|
||||||
redirect_domain_mappings: "{{ BLUESKY_REDIRECT_DOMAIN_MAPPINGS }}"
|
redirect_domain_mappings: "{{ BLUESKY_REDIRECT_DOMAIN_MAPPINGS }}"
|
||||||
web_opt_rdr_domains_logout_enabled:: true
|
web_opt_rdr_domains_logout_enabled: true
|
||||||
|
|
||||||
- name: "Flush handlers for '{{ role_name }}'"
|
- name: "Flush handlers for '{{ role_name }}'"
|
||||||
meta: flush_handlers
|
meta: flush_handlers
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
redirect_domain_mappings: [] # Format [{source: target:},...]
|
redirect_domain_mappings: [] # Format [{source: target:},...]
|
||||||
web_opt_rdr_domains_logout_enabled:: false # Activate headers for logout
|
web_opt_rdr_domains_logout_enabled: false # Activate headers for logout
|
||||||
@@ -4,7 +4,7 @@ server {
|
|||||||
server_name {{ domain }};
|
server_name {{ domain }};
|
||||||
{% include 'roles/sys-svc-letsencrypt/templates/ssl_header.j2' %}
|
{% include 'roles/sys-svc-letsencrypt/templates/ssl_header.j2' %}
|
||||||
|
|
||||||
{% if web_opt_rdr_domains_logout_enabled: | bool %}
|
{% if web_opt_rdr_domains_logout_enabled | bool %}
|
||||||
{#
|
{#
|
||||||
Required for edge cases e.g. BlueSky where a canonical domain is deactivated,
|
Required for edge cases e.g. BlueSky where a canonical domain is deactivated,
|
||||||
and set as an alias but interpretated as an logout domain
|
and set as an alias but interpretated as an logout domain
|
||||||
|
|||||||
Reference in New Issue
Block a user