Commit Graph

26 Commits (66a83314b9d30c6a139de960e6da8d5554c28544)

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