Jeff Geerling 
							
						 
					 
					
						
						
						
						
							
						
						
							a49d4e63a1 
							
						 
					 
					
						
						
							
							Fixes   #91 : Warnings for ints in string fields in Ansible 2.8.x.  
						
						 
						
						
						
						
					 
					
						2019-08-26 11:56:43 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mario Biberhofer 
							
						 
					 
					
						
						
						
						
							
						
						
							260a85222e 
							
						 
					 
					
						
						
							
							Fixed syntax issue in main/defaults.yml  
						
						 
						
						... 
						
						
						
						v3.0.0 has introduced usage of the folded block scalar syntax
(see https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html )
for the certbot_create_command variable. The usage of quotes in this
case is wrong, resulting in a command not found error. 
						
						
					 
					
						2018-10-02 10:20:22 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Geerling 
							
						 
					 
					
						
						
						
						
							
						
						
							0611410c3b 
							
						 
					 
					
						
						
							
							Fix Ansible lint issues.  
						
						 
						
						
						
						
					 
					
						2018-09-26 21:41:04 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Geerling 
							
						 
					 
					
						
						
						
						
							
						
						
							5da6dd18cd 
							
						 
					 
					
						
						
							
							Fix Ansible lint issues.  
						
						 
						
						
						
						
					 
					
						2018-09-26 21:32:28 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Geerling 
							
						 
					 
					
						
						
						
						
							
						
						
							d3f98e4258 
							
						 
					 
					
						
						
							
							Fixes   #12 : Document how to generate certs automatically using certbot --standalone.  
						
						 
						
						
						
						
					 
					
						2017-12-11 22:17:25 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Geerling 
							
						 
					 
					
						
						
						
						
							
						
						
							5f7c9e046c 
							
						 
					 
					
						
						
							
							Issue  #12 : Fix standalone cert generation, add full build-test-teardown playbook.  
						
						 
						
						
						
						
					 
					
						2017-12-10 22:47:54 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Geerling 
							
						 
					 
					
						
						
						
						
							
						
						
							7651f0ac0b 
							
						 
					 
					
						
						
							
							Issue  #12 : Add basic standalone certbot cert generation.  
						
						 
						
						
						
						
					 
					
						2017-12-06 22:48:30 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Geerling 
							
						 
					 
					
						
						
						
						
							
						
						
							574c0843c8 
							
						 
					 
					
						
						
							
							Fixes   #37 : Make renew command configurable.  
						
						 
						
						
						
						
					 
					
						2017-10-31 10:09:41 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Geerling 
							
						 
					 
					
						
						
						
						
							
						
						
							01d801c4b7 
							
						 
					 
					
						
						
							
							PR  #19  follow-up: Docs fixes and reordering defaults.  
						
						 
						
						
						
						
					 
					
						2017-04-04 21:42:16 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								exploide 
							
						 
					 
					
						
						
						
						
							
						
						
							afa993333f 
							
						 
					 
					
						
						
							
							renamed certbot_from_git variable to certbot_install_from_source and fixed some wording  
						
						 
						
						
						
						
					 
					
						2017-03-19 14:38:07 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								exploide 
							
						 
					 
					
						
						
						
						
							
						
						
							f3a260e94e 
							
						 
					 
					
						
						
							
							added possibility to install certbot from package management  
						
						 
						
						... 
						
						
						
						- introduces a variable certbot_from_git
- adds install from package tasks
- makes a variable called certbot_script available (to handle certbot vs certbot-auto naming)
- fixes  #18  
						
						
					 
					
						2017-02-24 10:10:20 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Geerling 
							
						 
					 
					
						
						
						
						
							
						
						
							d76e3915fe 
							
						 
					 
					
						
						
							
							Fixes   #13 : Add certbot-auto renew cron job.  
						
						 
						
						
						
						
					 
					
						2017-01-21 15:16:45 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Geerling 
							
						 
					 
					
						
						
						
						
							
						
						
							444064222b 
							
						 
					 
					
						
						
							
							Fixes   #4 : Update to use Certbot. Rename from letsencrypt to certbot.  
						
						 
						
						
						
						
					 
					
						2016-07-10 22:17:26 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Geerling 
							
						 
					 
					
						
						
						
						
							
						
						
							8b6c745801 
							
						 
					 
					
						
						
							
							Initial commit.  
						
						 
						
						
						
						
					 
					
						2016-03-08 10:49:09 -06:00