mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	filter/domain_redirect_mappings: add auto_build_alias parameter
- Extend filter signature with auto_build_alias flag to control automatic default→canonical alias creation - group_vars/all: introduce AUTO_BUILD_ALIASES variable for global toggle - Update unit tests: adjust calls to new signature and add dedicated test cases for auto_build_aliases=False Ref: conversation https://chatgpt.com/share/68cd512c-c878-800f-bdf2-81737adf7e0e
This commit is contained in:
		@@ -32,8 +32,10 @@ WEBSOCKET_PROTOCOL:     "{{ 'wss' if WEB_PROTOCOL == 'https' else 'ws' }}"
 | 
			
		||||
# WWW-Redirect to None WWW-Domains enabled
 | 
			
		||||
WWW_REDIRECT_ENABLED:   "{{ ('web-opt-rdr-www' in group_names) | bool }}"
 | 
			
		||||
 | 
			
		||||
AUTO_BUILD_ALIASES:     False # If enabled it creates an alias domain for each web application by the entity name, recommended to set to false to safge domain space
 | 
			
		||||
 | 
			
		||||
# Domain
 | 
			
		||||
PRIMARY_DOMAIN:         "localhost" # Primary Domain of the server
 | 
			
		||||
PRIMARY_DOMAIN:                           "localhost" # Primary Domain of the server
 | 
			
		||||
 | 
			
		||||
DNS_PROVIDER:                             cloudflare              # The DNS Provider\Registrar for the domain
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user