summaryrefslogtreecommitdiff
path: root/lib/ansible/cli
Commit message (Expand)AuthorAgeFilesLines
* Properly use check_raw when using parse_kv in cli/ codeJames Cammarata2016-03-212-3/+4
* Merge pull request #9776 from MiLk/fixes/git-repo-info-branchAbhijit Menon-Sen2016-03-181-4/+8
|\
| * ansible.utils._git_repo_info() now supports branch names with slashesEmilien Kenler2016-01-221-4/+8
* | Remove trailing whitespace from the galaxy init Jinja2 template. Default a de...Justin Phelps2016-03-151-0/+1
* | Also changing ansible-shell -> ansible-console in cli code commentsJames Cammarata2016-03-091-2/+2
* | Merge pull request #14824 from bcoca/ansible_shellBrian Coca2016-03-091-0/+444
|\ \
| * | draft 1st release of ansible-consoleBrian Coca2016-03-071-0/+444
* | | added stderr from vault script to errorBrian Coca2016-03-071-1/+1
* | | Merge pull request #12674 from sudarkoff/fail_if_executable_password_file_ret...Brian Coca2016-03-071-0/+2
|\ \ \ | |/ / |/| |
| * | Fail if the vault password script returns non-zero.George Sudarkoff2015-10-071-0/+2
* | | moved hardcoded settings from doccli to constantsBrian Coca2016-03-051-6/+4
* | | Rework the way ad-hoc filters inventory to match how cli/playbook does itJames Cammarata2016-02-251-5/+9
* | | removed signal trappingBrian Coca2016-02-111-1/+1
* | | termination handlingBrian Coca2016-02-102-10/+19
* | | Revert "centralized TERM signal handling"Brian Coca2016-02-102-9/+8
* | | centralized TERM signal handlingBrian Coca2016-02-092-8/+9
* | | avoid termination message when term is internalBrian Coca2016-02-091-1/+2
* | | correctly handle term signalsBrian Coca2016-02-081-0/+9
* | | better fix for ansible-pull inventory handlingBrian Coca2016-02-022-4/+9
* | | added option groups to make --help readableBrian Coca2016-02-021-30/+41
* | | harcoding inventory/hosts when pulling from repoBrian Coca2016-01-291-4/+2
* | | Changes to convert to unicode at the bordersToshio Kuratomi2016-01-283-17/+28
* | | Merge pull request #14044 from skorochkin/develBrian Coca2016-01-261-2/+2
|\ \ \
| * | | Adding support for scm-based role source urls (incl. integration test to cove...Sergii Korochkin2016-01-211-2/+2
| | |/ | |/|
* | | adhoc now respects limit when listing hostsBrian Coca2016-01-251-8/+4
|/ /
* | Make all parts of messages and pathnames into unicode so that we don't get Un...Toshio Kuratomi2016-01-191-3/+3
* | Revert "Show version without supplying a dummy action"Brian Coca2016-01-072-8/+2
* | Show version without supplying a dummy actionmuffl0n2016-01-062-2/+8
* | output color is now configurableBrian Coca2015-12-291-13/+12
* | Fixing a mistake from tweaking list stuff too muchJames Cammarata2015-12-171-1/+4
* | Further tweaks to the output format of list tasks/tagsJames Cammarata2015-12-171-4/+17
* | Make --list-tasks respect tagsJames Cammarata2015-12-171-18/+12
* | Merge pull request #13501 from chouseknecht/galaxy-2.0-updateJames Cammarata2015-12-161-60/+18
|\ \
| * | Fixed documentation typos and bits that needed clarification. Fixed missing s...chouseknecht2015-12-131-1/+1
| * | Define and handle ignore_certs correctly. Preserve search term order. Tweak t...chouseknecht2015-12-131-4/+4
| * | Updated ansible-galaxy man page. Removed -b option for import.chouseknecht2015-12-131-2/+2
| * | Fix overloaded options. Show an error when no action given. Don't show a help...chouseknecht2015-12-131-55/+13
* | | fix plugin loading for Windows modulesnitzmahone2015-12-161-2/+4
* | | Merge pull request #13542 from h0nIg/devel_default_askBrian Coca2015-12-141-1/+1
|\ \ \
| * | | use default settings from ansible.cfgHans-Joachim Kliemeck2015-12-141-1/+1
* | | | Merge pull request #13502 from robinro/patch-3Brian Coca2015-12-131-0/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | fix whitespaceRobin Roth2015-12-131-1/+1
| * | | make shallow clone the default for ansibel-pullRobin Roth2015-12-131-4/+4
| * | | add depth option to ansible-pullRobin Roth2015-12-101-0/+6
* | | | removed unused imports in galaxy/cliBrian Coca2015-12-121-19/+16
* | | | allow custom callbacks with adhoc cli for scriptingCharles Paul2015-12-102-2/+5
|/ / /
* | | reenabled --tree for ansible adhoc commandBrian Coca2015-12-091-0/+3
* | | adhoc avoids callbacks by default as it did beforeBrian Coca2015-12-091-3/+1
* | | Galaxy 2.0chouseknecht2015-12-091-37/+289
* | | adhoc does not load plugins by defaultBrian Coca2015-12-081-0/+3