mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Shortened webserver to srv-web-
This commit is contained in:
		@@ -13,9 +13,9 @@
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
- name: "include role webserver-proxy-domain for {{application_id}}"
 | 
			
		||||
- name: "include role srv-web-proxy-domain for {{application_id}}"
 | 
			
		||||
  include_role:
 | 
			
		||||
    name: webserver-proxy-domain
 | 
			
		||||
    name: srv-web-proxy-domain
 | 
			
		||||
  vars:
 | 
			
		||||
    domain:   "{{ domains | get_domain(application_id) }}"
 | 
			
		||||
    http_port:   "{{ ports.localhost.http[application_id] }}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user