[galene] Deploy nginx and certbot
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
							parent
							
								
									3c21b2e385
								
							
						
					
					
						commit
						aa011c6272
					
				| 
						 | 
				
			
			@ -0,0 +1,11 @@
 | 
			
		|||
#!/usr/bin/env ansible-playbook
 | 
			
		||||
---
 | 
			
		||||
- hosts: galene
 | 
			
		||||
  vars:
 | 
			
		||||
    certbot: "{{ loc_certbot | default(glob_certbot | default([])) }}"
 | 
			
		||||
    galene: "{{ glob_galene | default({}) | combine(loc_galene | default({})) }}"
 | 
			
		||||
    nginx: "{{ glob_nginx | default({}) | combine(service_nginx | default({})) | combine(loc_nginx | default({})) }}"
 | 
			
		||||
  roles:
 | 
			
		||||
    - certbot
 | 
			
		||||
    - nginx
 | 
			
		||||
  # - galene
 | 
			
		||||
		Loading…
	
		Reference in New Issue