Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Making the switch to v2 | James Cammarata | 2015-05-03 | 1 | -241/+1 |
| | |||||
* | Fix for not all platforms having optional libraries at the proper versions. | Toshio Kuratomi | 2014-12-16 | 1 | -1/+9 |
| | |||||
* | Merge pull request #7306 from abadger/feature/egg-info | Brian Coca | 2014-12-15 | 1 | -2/+2 |
|\ | | | | | Feature/egg info | ||||
| * | Restore the pkg_resources calls so that we pull in the correct pycrypto on RHEL6 | Toshio Kuratomi | 2014-05-06 | 1 | -2/+2 |
| | | |||||
* | | Removing reference to ansible-pull in bin/ansible-vault | James Cammarata | 2014-09-16 | 1 | -4/+2 |
| | | |||||
* | | The correct option is password_file. Fixes #8752 | Matt Martz | 2014-08-26 | 1 | -1/+1 |
| | | |||||
* | | If ansible and ansible-playbook accept a script for --vault-password-file so ↵ | Matt Martz | 2014-08-11 | 1 | -20/+14 |
| | | | | | | | | should ansible-vault | ||||
* | | Keep things alphabetical in vault option list. | Michael DeHaan | 2014-08-11 | 1 | -1/+1 |
| | | |||||
* | | Fix comments and error message | Jakub Paweł Głazik | 2014-08-11 | 1 | -1/+1 |
| | | |||||
* | | ansible-vault view - new command | Jakub Paweł Głazik | 2014-08-11 | 1 | -1/+19 |
| | | |||||
* | | Merge pull request #7765 from samdolan/devel | Michael DeHaan | 2014-08-08 | 1 | -1/+5 |
|\ \ | | | | | | | Raise exception if "file_name" isn't passed to bin/ansible-vault | ||||
| * | | Throw an exception for a missing <file_name> param in ansible-vault | Sam Dolan | 2014-06-14 | 1 | -1/+5 |
| |/ | | | | | | | | | | | 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. | ||||
* | | Fixing bug where the file handle is not closed properly because the ↵ | Scott Brown | 2014-07-16 | 1 | -1/+1 |
|/ | | | | parentheses are left off the call, telling Python to return a method but not call the method. | ||||
* | Commenting out pkg_resources lines for now, as they break hacking/env-setup | James Cammarata | 2014-04-29 | 1 | -2/+2 |
| | |||||
* | Merge branch 'feature/multi-version-import' of ↵ | James Cammarata | 2014-04-29 | 1 | -0/+3 |
|\ | | | | | | | https://github.com/abadger/ansible into abadger-feature/multi-version-import | ||||
| * | Require a recent enough version of pycrypto and see that playbook and vault ↵ | Toshio Kuratomi | 2014-03-14 | 1 | -0/+3 |
| | | | | | | | | ues it. | ||||
* | | Remove limitation on number of files for encrypt subcommand in ansible-vault | James Tanner | 2014-04-02 | 1 | -3/+0 |
| | | |||||
* | | Addresses #6579 Disallow vault passwords with newline characters by ↵ | James Tanner | 2014-03-19 | 1 | -0/+1 |
| | | | | | | | | stripping them in utils | ||||
* | | Fixes #6579 allow for vault passwords ending with newline chars | James Tanner | 2014-03-19 | 1 | -2/+0 |
|/ | | | | Also add a unit test for vaulteditor to verify 1.0 passwords with newline chars. | ||||
* | Implement new default cipher class AES256 | James Tanner | 2014-03-10 | 1 | -4/+4 |
| | |||||
* | get rid of newline chars when reading password file | Francesc Esplugas | 2014-03-02 | 1 | -0/+2 |
| | |||||
* | Addresses #6188 Add --vault-password-file option to the ansible-vault command | James Tanner | 2014-02-26 | 1 | -7/+34 |
| | |||||
* | Vault rewrite, pass 1 | James Tanner | 2014-02-24 | 1 | -26/+30 |
| | |||||
* | Fix function name | James Tanner | 2014-02-19 | 1 | -5/+5 |
| | |||||
* | Ansible vault: a framework for encrypting any playbook or var file. | James Tanner | 2014-02-18 | 1 | -0/+187 |