Commit Graph

25 Commits (eae23d2dbdd26b738a1702e6a064d02df391d48e)

Author SHA1 Message Date
James Cammarata ce3ef7f4c1 Making the switch to v2
11 years ago
Toshio Kuratomi fbadcfd44f Fix for not all platforms having optional libraries at the proper versions.
12 years ago
Brian Coca 88443d6dcf Merge pull request #7306 from abadger/feature/egg-info
12 years ago
James Cammarata bc583dabbc Removing reference to ansible-pull in bin/ansible-vault
12 years ago
Matt Martz 206c201d87 The correct option is password_file. Fixes #8752
12 years ago
Matt Martz d022cca637 If ansible and ansible-playbook accept a script for --vault-password-file so should ansible-vault
12 years ago
Michael DeHaan 4a05310ba0 Keep things alphabetical in vault option list.
12 years ago
Jakub Paweł Głazik 99a339fa7b Fix comments and error message
12 years ago
Jakub Paweł Głazik 58feee0f45 ansible-vault view - new command
12 years ago
Michael DeHaan 053019c439 Merge pull request #7765 from samdolan/devel
12 years ago
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.
12 years ago
Sam Dolan 6714748eeb Throw an exception for a missing <file_name> param in ansible-vault
12 years ago
Toshio Kuratomi f7b76e0394 Restore the pkg_resources calls so that we pull in the correct pycrypto on RHEL6
12 years ago
James Cammarata 0e7b9e5cfc Commenting out pkg_resources lines for now, as they break hacking/env-setup
12 years ago
James Cammarata 6879415f25 Merge branch 'feature/multi-version-import' of https://github.com/abadger/ansible into abadger-feature/multi-version-import
12 years ago
James Tanner 5795796546 Remove limitation on number of files for encrypt subcommand in ansible-vault
12 years ago
James Tanner 8c2e1e2baa Addresses #6579 Disallow vault passwords with newline characters by stripping them in utils
12 years ago
James Tanner 409044155d Fixes #6579 allow for vault passwords ending with newline chars
12 years ago
Toshio Kuratomi 0fefab6651 Require a recent enough version of pycrypto and see that playbook and vault ues it.
12 years ago
James Tanner 0d6f6ad282 Implement new default cipher class AES256
12 years ago
Francesc Esplugas 0fd5829f10 get rid of newline chars when reading password file
12 years ago
James Tanner 7acd2f3a2d Addresses #6188 Add --vault-password-file option to the ansible-vault command
12 years ago
James Tanner 52a8efefba Vault rewrite, pass 1
12 years ago
James Tanner aa46ab1d86 Fix function name
12 years ago
James Tanner 427b8dc78d Ansible vault: a framework for encrypting any playbook or var file.
12 years ago