[nginx] Allow to add a service_nginx
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
							parent
							
								
									78121f65bb
								
							
						
					
					
						commit
						ada8e7abfa
					
				| 
						 | 
				
			
			@ -3,6 +3,6 @@
 | 
			
		|||
# Deploy Nginx
 | 
			
		||||
- hosts: nginx,!adh_server
 | 
			
		||||
  vars:
 | 
			
		||||
    nginx: '{{ glob_nginx | default({}) | combine(loc_nginx | default({})) }}'
 | 
			
		||||
    nginx: '{{ glob_nginx | default({}) | combine(service_nginx | default({}) | combine(loc_nginx | default({}))) }}'
 | 
			
		||||
  roles:
 | 
			
		||||
    - nginx
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue