mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	See: https://chatgpt.com/share/68d6f2f3-59a4-800f-b20e-ed1c7df9e2ff
		
			
				
	
	
		
			12 lines
		
	
	
		
			305 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			305 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# run_once_sys_stk_semi_stateless: deactivated
 | 
						|
 | 
						|
- name: "sys-stk-front-base"
 | 
						|
  include_role:
 | 
						|
    name: sys-stk-front-base
 | 
						|
  vars:
 | 
						|
    domain:   "{{ domains | get_domain(application_id) }}"
 | 
						|
 | 
						|
- name: "For '{{ application_id }}': Load sys-stk-back-stateless"
 | 
						|
  include_role:
 | 
						|
    name: sys-stk-back-stateless
 |