summaryrefslogtreecommitdiff
path: root/lib/ansible/cli/vault.py
Commit message (Expand)AuthorAgeFilesLines
* vault secrets file, keep context when symlink (#78734)Brian Coca2022-09-201-2/+1
* ansible-vault encrypt_string: fix --output to write into file (#76856)Martin Krizek2022-01-281-1/+4
* Modernize install (#76021)Matt Martz2021-10-191-1/+15
* Shadow input for encrypt_string by default unless asked (fixes #71618) (#73263)Joshua Bayfield2021-01-201-2/+9
* ansible-vault: Fix typo in help message (#71485)Fabien Malfoy2020-08-311-1/+1
* Modify wording to specify two ctl-d to end stdin input in ansible-vault (#69436)John Westcott IV2020-08-241-1/+1
* Don't crash ansible-vault create when no arguments (#68667)Sylvia van Os2020-04-231-1/+1
* Fix encrypt command output when using --stdin-name (#65122)Alexandre Chouinard2019-12-051-0/+3
* ansible-vault: convert vault_password_files to list to prevent traceback (#57...Sam Doran2019-06-031-1/+1
* Migrate command line parsing to argparse (#50610)Matt Martz2019-04-231-74/+75
* Remove misleading statement passwords must be same (#49798)Keith Maxwell2019-02-121-2/+0
* Move the arguments module into cli/ and context_objects into utilsToshio Kuratomi2019-01-031-1/+1
* Cleanups and fixes to cliToshio Kuratomi2019-01-031-1/+2
* Split up the base_parser functionToshio Kuratomi2019-01-031-7/+5
* Save the command line arguments into a global contextToshio Kuratomi2019-01-031-61/+53
* VALID_ACTIONS for cli subcommands will now be a frozenset (#50058)Toshio Kuratomi2018-12-191-2/+2
* fixes typos in ansible-vault docs (#49671)Alicia Cozine2018-12-091-2/+2
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Use https for links to ansible.com domains.Matt Clay2018-04-231-1/+1
* Fix 'New Vault password' on vault 'edit' (#35923)Adrian Likins2018-03-271-2/+2
* add a vault --encrypt-vault-to specify vault id to use for encrypt (#31067)Adrian Likins2018-01-221-11/+37
* Only expose rekey options to ansible-vault commandAndreas Olsson2017-12-071-0/+1
* Fix typo in usage of encrypt_string command (#32961)Valentin Krasontovitsch2017-11-191-1/+1
* Check number of vault secrets after setup. (#30520)Adrian Likins2017-09-201-0/+4
* Don't ask for password confirm on 'ansible-vault edit' (#30514)Adrian Likins2017-09-191-2/+2
* module and vault fixes (#29663)Brian Coca2017-09-111-7/+10
* Vault secrets default vault ids list (#28190)Adrian Likins2017-08-151-2/+4
* pylint fixes for vault related code (#27721)Adrian Likins2017-08-081-2/+1
* Support multiple vault passwords (#22756)Adrian Likins2017-07-281-44/+99
* Misc typo for AnsibleAbhijeet Kasurde2017-06-211-1/+1
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-121-3/+3
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-5/+5
* Update vault.pyscottb2017-03-241-2/+2
* added docs to CLI docstringsaddedBrian Coca2017-03-241-10/+31
* draft to generate man pagesBrian Coca2017-03-241-1/+2
* Make vault encrypt/create/etc confirm pass again.Adrian Likins2017-03-091-1/+6
* Retain vault password as bytes in 2.2 (#22378)Adrian Likins2017-03-071-14/+12
* respond with correct vaulting suggestionBrian Coca2017-03-031-1/+1
* Wrap vault encrypt_strings zip() result in list for py3 (#21695)Adrian Likins2017-02-211-1/+1
* Fix vault cli errors on 'encrypt_string_read_stdin' (#21675)Adrian Likins2017-02-201-6/+7
* Vault encrypt string cli (#21024)Adrian Likins2017-02-171-3/+175
* Fix 'vault rekey' with vault secret env varAdrian Likins2016-11-011-7/+9
* Refactor parsing of CLI args so that we can modify them in the base classToshio Kuratomi2016-10-061-1/+2
* Fix NameError on 'ansible-vault view' (#17440)Adrian Likins2016-09-071-1/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-2/+2
* Changes to convert to unicode at the bordersToshio Kuratomi2016-01-281-1/+7
* Revert "Show version without supplying a dummy action"Brian Coca2016-01-071-3/+0
* Show version without supplying a dummy actionmuffl0n2016-01-061-0/+3
* Use self.args when we parse arguments that way the arguments can be construct...Toshio Kuratomi2015-12-061-1/+1
* Finish up plugin porting to global displayToshio Kuratomi2015-11-111-1/+0