mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			305 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			305 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: "include task receive certbot certificate"
 | |
|   include_role: 
 | |
|     name: srv-tls-core
 | |
| 
 | |
| - name: "Deploying NGINX redirect configuration for '{{ domain }}'"
 | |
|   template:
 | |
|     src:  redirect.domain.nginx.conf.j2
 | |
|     dest: "{{ NGINX.DIRECTORIES.HTTP.SERVERS }}{{ domain }}.conf"
 | |
|   notify: restart openresty |