summaryrefslogtreecommitdiff
path: root/lib/ansible/cli
Commit message (Expand)AuthorAgeFilesLines
* Retain vault password as bytes in 2.2 (#22378)Adrian Likins2017-03-074-27/+25
* add python version info to --version (#22089)Adrian Likins2017-03-031-0/+1
* respond with correct vaulting suggestionBrian Coca2017-03-031-1/+1
* Add role skeleton support (#17079)azenk2017-03-011-2/+16
* minor display changes in metadataBrian Coca2017-03-011-2/+2
* moved metadata to bottomBrian Coca2017-03-011-9/+9
* Added support for ANSIBLE_VERBOSITY environment variableSorin Sbarnea2017-02-281-1/+1
* more compact metadataBrian Coca2017-02-271-5/+6
* removed unused imports and varBrian Coca2017-02-272-4/+1
* ansible-doc more flexible to metadata changesBrian Coca2017-02-241-7/+7
* Remove unnecessary shebangs and execute bits.Matt Clay2017-02-221-2/+0
* 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
* Revert "add systemd-nspawn connection driver"Brian Coca2017-02-171-2/+0
* Revert "Remove the --nspawn-extra-args cli option"Brian Coca2017-02-171-0/+2
* Remove the --nspawn-extra-args cli optionThomas Szymanski2017-02-171-2/+0
* add systemd-nspawn connection driverLars Kellogg-Stedman2017-02-171-0/+2
* Vault encrypt string cli (#21024)Adrian Likins2017-02-171-3/+175
* fix non-zero exit code on missing role file (#19002)Scott Buchanan2017-02-141-1/+1
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-292-18/+18
* Fix infrequent PEP 8 issues.Matt Clay2017-01-271-2/+4
* Remove platforms api request from galaxy 'init'Adrian Likins2017-01-251-13/+0
* Fix exc on ansible-console --ask-vault-pass with empty passwordAdrian Likins2017-01-201-1/+1
* Improve ansible-galaxy handling of role versions (#12904)Will Thames2017-01-171-6/+20
* ansible doc does not need plugin deprecation errorBrian Coca2017-01-121-2/+2
* spelling of Extraneous (#20116)Andrew Spiers2017-01-111-1/+1
* Correctly set loader path when using list tags/tasksJames Cammarata2016-12-211-0/+6
* Fix error on 'help module' in ansible-console (#19390)Adrian Likins2016-12-201-3/+3
* show filename for moduleBrian Coca2016-12-191-1/+1
* Fix errors on 'ansible-playbook --flush-cache' (#18754)Adrian Likins2016-12-131-2/+6
* minor spelling changesCarlos E. Garcia2016-12-131-2/+2
* Add --all option to ansible-doc.Matt Clay2016-12-121-17/+26
* add metadata to doc support (#18802)Matt Davis2016-12-081-2/+13
* Transform vault_pass into text when we read it in from the user or a file. (#...Toshio Kuratomi2016-12-011-4/+4
* Python 3 fixes for ansible-doc.Matt Clay2016-11-031-2/+2
* Fix 'vault rekey' with vault secret env varAdrian Likins2016-11-014-23/+29
* Move the check for playbook files above the password prompting.James Tanner2016-10-311-8/+8
* Remove extra display statements and add docs (#18229)Chris Houseknecht2016-10-281-2/+0
* Allow setting alternate_role_name for galaxy CLI (#17418)Monty Taylor2016-10-271-1/+2
* Add --container-enabled option to `ansible-galaxy init` command. (#18157)Chris Houseknecht2016-10-271-71/+53
* Fix call of wrong super classThilo Uttendorfer2016-10-171-1/+1
* Quick ansible-doc fix -- don't run pager if there was an error (no text)Brian J. Dowling2016-10-131-1/+2
* Refactor parsing of CLI args so that we can modify them in the base classToshio Kuratomi2016-10-068-26/+77
* better handling of host lists (#17781)Brian Coca2016-09-281-3/+6
* win_shell/win_command changes + tests (#17557)Matt Davis2016-09-151-1/+1
* Fix galaxy's parsing of the command line. (#17569)Toshio Kuratomi2016-09-142-4/+46
* Don't use the shell to catch output, catch output in python. Fixes #17137 (#1...Matt Martz2016-09-091-3/+6
* Flush cache (#17445)Brian Coca2016-09-071-0/+5
* 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-065-31/+27