James Cammarata 
								
							 
						 
						
							
							
							
							
								
							
							
								ce3ef7f4c1 
								
							 
						 
						
							
							
								
								Making the switch to v2  
							
							
							
						 
						
							2015-05-03 21:47:26 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Toshio Kuratomi 
								
							 
						 
						
							
							
							
							
								
							
							
								fbadcfd44f 
								
							 
						 
						
							
							
								
								Fix for not all platforms having optional libraries at the proper versions.  
							
							
							
						 
						
							2014-12-16 09:20:11 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Brian Coca 
								
							 
						 
						
							
							
							
							
								
							
							
								88443d6dcf 
								
							 
						 
						
							
							
								
								Merge pull request  #7306  from abadger/feature/egg-info  
							
							... 
							
							
							
							Feature/egg info 
							
						 
						
							2014-12-15 16:26:37 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Cammarata 
								
							 
						 
						
							
							
							
							
								
							
							
								bc583dabbc 
								
							 
						 
						
							
							
								
								Removing reference to ansible-pull in bin/ansible-vault  
							
							
							
						 
						
							2014-09-16 15:37:36 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Matt Martz 
								
							 
						 
						
							
							
							
							
								
							
							
								206c201d87 
								
							 
						 
						
							
							
								
								The correct option is password_file.  Fixes   #8752  
							
							
							
						 
						
							2014-08-26 09:02:47 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Matt Martz 
								
							 
						 
						
							
							
							
							
								
							
							
								d022cca637 
								
							 
						 
						
							
							
								
								If ansible and ansible-playbook accept a script for --vault-password-file so should ansible-vault  
							
							
							
						 
						
							2014-08-11 19:16:39 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael DeHaan 
								
							 
						 
						
							
							
							
							
								
							
							
								4a05310ba0 
								
							 
						 
						
							
							
								
								Keep things alphabetical in vault option list.  
							
							
							
						 
						
							2014-08-11 16:02:10 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jakub Paweł Głazik 
								
							 
						 
						
							
							
							
							
								
							
							
								99a339fa7b 
								
							 
						 
						
							
							
								
								Fix comments and error message  
							
							
							
						 
						
							2014-08-11 16:02:10 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jakub Paweł Głazik 
								
							 
						 
						
							
							
							
							
								
							
							
								58feee0f45 
								
							 
						 
						
							
							
								
								ansible-vault view - new command  
							
							
							
						 
						
							2014-08-11 16:02:10 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael DeHaan 
								
							 
						 
						
							
							
							
							
								
							
							
								053019c439 
								
							 
						 
						
							
							
								
								Merge pull request  #7765  from samdolan/devel  
							
							... 
							
							
							
							Raise exception if "file_name" isn't passed to bin/ansible-vault 
							
						 
						
							2014-08-08 14:12:44 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Scott Brown 
								
							 
						 
						
							
							
							
							
								
							
							
								5849bb3dba 
								
							 
						 
						
							
							
								
								Fixing bug where the file handle is not closed properly because the parentheses are left off the call, telling Python to return a method but not call the method.  
							
							
							
						 
						
							2014-07-16 08:48:41 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sam Dolan 
								
							 
						 
						
							
							
							
							
								
							
							
								6714748eeb 
								
							 
						 
						
							
							
								
								Throw an exception for a missing <file_name> param in ansible-vault  
							
							... 
							
							
							
							Without this fix you have to enter your vault password before you realize
that you forgot to pass in the filename.  This commit checks that an
filename argument was at least passed on the command line. 
							
						 
						
							2014-06-14 05:13:19 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Toshio Kuratomi 
								
							 
						 
						
							
							
							
							
								
							
							
								f7b76e0394 
								
							 
						 
						
							
							
								
								Restore the pkg_resources calls so that we pull in the correct pycrypto on RHEL6  
							
							
							
						 
						
							2014-05-06 11:21:31 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Cammarata 
								
							 
						 
						
							
							
							
							
								
							
							
								0e7b9e5cfc 
								
							 
						 
						
							
							
								
								Commenting out pkg_resources lines for now, as they break hacking/env-setup  
							
							
							
						 
						
							2014-04-29 15:24:00 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Cammarata 
								
							 
						 
						
							
							
							
							
								
							
							
								6879415f25 
								
							 
						 
						
							
							
								
								Merge branch 'feature/multi-version-import' of  https://github.com/abadger/ansible  into abadger-feature/multi-version-import  
							
							
							
						 
						
							2014-04-29 14:41:57 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Tanner 
								
							 
						 
						
							
							
							
							
								
							
							
								5795796546 
								
							 
						 
						
							
							
								
								Remove limitation on number of files for encrypt subcommand in ansible-vault  
							
							
							
						 
						
							2014-04-02 13:33:11 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Tanner 
								
							 
						 
						
							
							
							
							
								
							
							
								8c2e1e2baa 
								
							 
						 
						
							
							
								
								Addresses  #6579  Disallow vault passwords with newline characters by stripping them in utils  
							
							
							
						 
						
							2014-03-19 15:56:14 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Tanner 
								
							 
						 
						
							
							
							
							
								
							
							
								409044155d 
								
							 
						 
						
							
							
								
								Fixes   #6579  allow for vault passwords ending with newline chars  
							
							... 
							
							
							
							Also add a unit test for vaulteditor to verify 1.0 passwords with newline chars. 
							
						 
						
							2014-03-19 14:38:11 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Toshio Kuratomi 
								
							 
						 
						
							
							
							
							
								
							
							
								0fefab6651 
								
							 
						 
						
							
							
								
								Require a recent enough version of pycrypto and see that playbook and vault ues it.  
							
							
							
						 
						
							2014-03-14 11:55:06 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Tanner 
								
							 
						 
						
							
							
							
							
								
							
							
								0d6f6ad282 
								
							 
						 
						
							
							
								
								Implement new default cipher class AES256  
							
							
							
						 
						
							2014-03-10 16:15:44 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Francesc Esplugas 
								
							 
						 
						
							
							
							
							
								
							
							
								0fd5829f10 
								
							 
						 
						
							
							
								
								get rid of newline chars when reading password file  
							
							
							
						 
						
							2014-03-02 12:41:07 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Tanner 
								
							 
						 
						
							
							
							
							
								
							
							
								7acd2f3a2d 
								
							 
						 
						
							
							
								
								Addresses  #6188  Add --vault-password-file option to the ansible-vault command  
							
							
							
						 
						
							2014-02-26 10:01:59 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Tanner 
								
							 
						 
						
							
							
							
							
								
							
							
								52a8efefba 
								
							 
						 
						
							
							
								
								Vault rewrite, pass 1  
							
							
							
						 
						
							2014-02-24 13:09:36 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Tanner 
								
							 
						 
						
							
							
							
							
								
							
							
								aa46ab1d86 
								
							 
						 
						
							
							
								
								Fix function name  
							
							
							
						 
						
							2014-02-19 11:05:08 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Tanner 
								
							 
						 
						
							
							
							
							
								
							
							
								427b8dc78d 
								
							 
						 
						
							
							
								
								Ansible vault: a framework for encrypting any playbook or var file.  
							
							
							
						 
						
							2014-02-18 15:35:12 -05:00