forked from CCCHH/ansible-infra
		
	Do this to not have dependencies on an NGINX setup. With those dependencies in place setting up the certificates initially would be quite painful, since a half-configured NGINX would need to be there for the challenge and then only after the certificates are present, the full NGINX configuration could be deployed successfully.
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			131 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			131 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: obtain certificates
 | |
|   loop: "{{ certbot__certificate_domains }}"
 | |
|   ansible.builtin.include_tasks:
 | |
|     file: main/cert.yaml
 |