summaryrefslogtreecommitdiff
path: root/bin/ansible-vault
Commit message (Collapse)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
|\ | | | | Feature/egg info
| * 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
| | | | | | | | should ansible-vault
* | 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
|\ \ | | | | | | Raise exception if "file_name" isn't passed to bin/ansible-vault
| * | Throw an exception for a missing <file_name> param in ansible-vaultSam Dolan2014-06-141-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 Brown2014-07-161-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-setupJames Cammarata2014-04-291-2/+2
|
* Merge branch 'feature/multi-version-import' of ↵James Cammarata2014-04-291-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 Kuratomi2014-03-141-0/+3
| | | | | | | | ues it.
* | 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 ↵James Tanner2014-03-191-0/+1
| | | | | | | | stripping them in utils
* | Fixes #6579 allow for vault passwords ending with newline charsJames Tanner2014-03-191-2/+0
|/ | | | Also add a unit test for vaulteditor to verify 1.0 passwords with newline chars.
* 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