summaryrefslogtreecommitdiff
path: root/lib/ansible/cli
Commit message (Expand)AuthorAgeFilesLines
* ansible doc does not need plugin deprecation errorBrian Coca2017-01-121-2/+2
* Correctly set loader path when using list tags/tasksJames Cammarata2016-12-211-0/+6
* 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
* Quick ansible-doc fix -- don't run pager if there was an error (no text)Brian J. Dowling2016-10-131-1/+2
* 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
* Dynamic role include (#17401)Brian Coca2016-09-051-0/+4
* include_role (role revamp implementation) (#17232)Brian Coca2016-08-261-2/+4
* Enable most unittests on python3 (just some vault unittests and a logging one...Toshio Kuratomi2016-08-251-2/+2
* xrange and izip_longest aren't available in vanilla python3 (#17226)Toshio Kuratomi2016-08-241-1/+1
* Merge pull request #17202 from chouseknecht/develChris Houseknecht2016-08-241-0/+1
|\
| * Fixes 'choices referenced before assignment' error on line #287.chouseknecht2016-08-231-0/+1
* | Migrate basestring to a python3 compatible type (#17199)Toshio Kuratomi2016-08-231-3/+3
|/
* slightly better presentation docsBrian Coca2016-08-151-7/+6
* added check and diff mode control to consoleBrian Coca2016-07-251-0/+16
* ansible-doc now notes when module has action pluginBrian Coca2016-07-141-1/+10
* correctly set become value in consoleBrian Coca2016-07-071-1/+1
* Fixes #12309 (#14121)w1r0x2016-06-231-0/+11
* Merge pull request #12807 from Lujeni/develJames Cammarata2016-06-181-5/+17
|\
| * Ansible-galaxy support the include directiveTHEBAULT Julien2016-02-081-5/+17
* | minor optimizationBrian Coca2016-06-031-2/+1
* | Show a better error message when there is too much arguments (#16119)Michael Scherer2016-06-031-1/+4
* | Force relative role paths to be absolute and correct errors about missing pat...jctanner2016-06-031-3/+2
* | galaxy info displayed 'galaxy_info' section wrongAdrian Likins2016-05-311-1/+0
* | fixed confusing reporting when no hosts are matchedBrian Coca2016-05-312-5/+11
* | fix version/help when missing actionBrian Coca2016-05-312-45/+29
* | treat roles_path as the list it is for galaxy listBrian Coca2016-05-311-16/+17
* | Fix missing ignore_certs (#16018)Chris Houseknecht2016-05-271-5/+5
* | Make 'required' optional in module docs (#15906)Matt Davis2016-05-181-5/+3
* | fixes-#15685-tools-that-paginate-show-spurious-less-output: less --version ou...Kamjar Gerami2016-05-091-1/+1
* | made ansible-doc complain on missing 'requried'Brian Coca2016-05-051-1/+3
* | Merge pull request #15656 from abadger/ziploader-namespaceToshio Kuratomi2016-04-291-1/+1
|\ \
| * | Fix ziploader for the cornercase of ansible invoking ansible.Toshio Kuratomi2016-04-291-1/+1
* | | API now connects to server lazily (#15632)Brian Coca2016-04-281-9/+5
|/ /
* | fixes to vault/copyBrian Coca2016-04-142-0/+4
* | removed unused code for signal handlingBrian Coca2016-04-131-16/+0
* | Adds 'ansible_check_mode' boolean magic variableStrahinja Kustudić2016-04-082-0/+6
* | Merge pull request #15256 from alikins/galaxy_roles_path_fix_15255Chris Houseknecht2016-04-032-1/+19
|\ \
| * | Fix galaxy roles_path cli usage.Adrian Likins2016-04-022-1/+19
* | | verifies required is a booleanBrian Coca2016-04-011-2/+8
* | | Add '--skip-tags' to ansible-pullMalte Krupa2016-03-301-0/+2
* | | Should be errors=strict since we don't want to end up matching hosts like '???'Toshio Kuratomi2016-03-241-1/+1
* | | Fix using non-ascii for inventory hostname patterns with the CLI.Toshio Kuratomi2016-03-241-1/+2