summaryrefslogtreecommitdiff
path: root/bin/ansible-vault
Commit message (Expand)AuthorAgeFilesLines
* Making the switch to v2James Cammarata2015-05-031-241/+1
* Fix for not all platforms having optional libraries at the proper versions.Toshio Kuratomi2014-12-161-1/+9
* Merge pull request #7306 from abadger/feature/egg-infoBrian Coca2014-12-151-2/+2
|\
| * Restore the pkg_resources calls so that we pull in the correct pycrypto on RHEL6Toshio Kuratomi2014-05-061-2/+2
* | Removing reference to ansible-pull in bin/ansible-vaultJames Cammarata2014-09-161-4/+2
* | The correct option is password_file. Fixes #8752Matt Martz2014-08-261-1/+1
* | If ansible and ansible-playbook accept a script for --vault-password-file so ...Matt Martz2014-08-111-20/+14
* | Keep things alphabetical in vault option list.Michael DeHaan2014-08-111-1/+1
* | Fix comments and error messageJakub Paweł Głazik2014-08-111-1/+1
* | ansible-vault view - new commandJakub Paweł Głazik2014-08-111-1/+19
* | Merge pull request #7765 from samdolan/develMichael DeHaan2014-08-081-1/+5
|\ \
| * | Throw an exception for a missing <file_name> param in ansible-vaultSam Dolan2014-06-141-1/+5
| |/
* | Fixing bug where the file handle is not closed properly because the parenthes...Scott Brown2014-07-161-1/+1
|/
* Commenting out pkg_resources lines for now, as they break hacking/env-setupJames Cammarata2014-04-291-2/+2
* Merge branch 'feature/multi-version-import' of https://github.com/abadger/ans...James Cammarata2014-04-291-0/+3
|\
| * Require a recent enough version of pycrypto and see that playbook and vault u...Toshio Kuratomi2014-03-141-0/+3
* | Remove limitation on number of files for encrypt subcommand in ansible-vaultJames Tanner2014-04-021-3/+0
* | Addresses #6579 Disallow vault passwords with newline characters by stripping...James Tanner2014-03-191-0/+1
* | Fixes #6579 allow for vault passwords ending with newline charsJames Tanner2014-03-191-2/+0
|/
* Implement new default cipher class AES256James Tanner2014-03-101-4/+4
* get rid of newline chars when reading password fileFrancesc Esplugas2014-03-021-0/+2
* Addresses #6188 Add --vault-password-file option to the ansible-vault commandJames Tanner2014-02-261-7/+34
* Vault rewrite, pass 1James Tanner2014-02-241-26/+30
* Fix function nameJames Tanner2014-02-191-5/+5
* Ansible vault: a framework for encrypting any playbook or var file.James Tanner2014-02-181-0/+187