mirror of
				https://github.com/geerlingguy/ansible-role-certbot.git
				synced 2025-10-31 07:33:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			196 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			196 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| 
 | |
| - name: Register with Let's Encrypt
 | |
|   command: "{{ certbot_register_command }}"
 | |
| 
 | |
| - name: Generate certificates
 | |
|   command: "{{ certbot_cert_command }} -d {{ certbot_domains | join(' -d ') }}"
 | 
