summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Configure retry file usage and locationMaykel Moya2014-10-231-1/+1
* | | | Only write actual errors to stderrSören Tempel2015-01-301-2/+2
| |/ / |/| |
* | | ignore VERSION file in ansible-docrpe-github2015-01-221-1/+1
* | | Allow ansible-playbook to determine if an invalid limit is specifiedToshio Kuratomi2015-01-191-2/+16
* | | Converted empty inventory error to warningJacopo2015-01-171-0/+2
* | | Removed early check for empty inventoryJacopo2014-12-301-2/+0
* | | Merge pull request #9809 from mscherer/fix_9695Toshio Kuratomi2014-12-161-2/+5
|\ \ \
| * | | Use --version to see if less can be executedMichael Scherer2014-12-141-1/+1
| * | | Do not assume that stdin is a ttyMichael Scherer2014-12-141-1/+4
* | | | Fix for not all platforms having optional libraries at the proper versions.Toshio Kuratomi2014-12-163-2/+29
* | | | Merge pull request #7306 from abadger/feature/egg-infoBrian Coca2014-12-152-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Restore the pkg_resources calls so that we pull in the correct pycrypto on RHEL6Toshio Kuratomi2014-05-062-4/+4
* | | | used del instead of pop, removed unused pprint importBrian Coca2014-11-201-2/+1
* | | | Merge pull request #9534 from mmicael1/develBrian Coca2014-11-181-0/+4
|\ \ \ \
| * | | | Add tags optionsmmicael12014-11-101-0/+4
* | | | | implemented info action for galaxyBrian Coca2014-11-121-9/+63
|/ / / /
* | | | ansible doc now finds modules recursivelyBrian Coca2014-11-011-19/+29
* | | | avoid modifying module var by just passing the substring to the appendBrian Coca2014-10-301-2/+1
* | | | fixed typo in commentsBrian Coca2014-10-301-1/+1
* | | | removed no unused var that was not cleaned up properllyBrian Coca2014-10-301-1/+1
* | | | removed 'column display' options as there is no code handling thisBrian Coca2014-10-301-5/+0
* | | | Several changes to ansible-docBrian Coca2014-10-291-11/+34
* | | | added the ability to keep aliased and deprecated modules prefixed withBrian Coca2014-10-271-1/+3
* | | | Ignore compiled Python for documentation.Ton Kersten2014-10-261-1/+1
| |/ / |/| |
* | | Remove no-op string declarationPete Smith2014-10-091-20/+0
* | | Fix unspecified role versions.Toshio Kuratomi2014-10-091-1/+1
| |/ |/|
* | Merge pull request #8959 from willthames/galaxy_ssh_cloneJames Cammarata2014-09-231-8/+0
|\ \
| * | Make ansible-galaxy work as expectedWill Thames2014-09-101-8/+0
* | | Merge pull request #8948 from sergevanginderachter/issue_8823James Cammarata2014-09-161-0/+1
|\ \ \
| * | | Exit with rc 1 if role doesn't exist/is not foundSerge van Ginderachter2014-09-091-0/+1
| |/ /
* | | Removing reference to ansible-pull in bin/ansible-vaultJames Cammarata2014-09-161-4/+2
* | | Remove duplicate call to remove tmp role fileToshio Kuratomi2014-09-151-2/+0
* | | Do not remove local role file if given on the commandlineMichael Scherer2014-09-131-1/+2
|/ /
* | Add error checking to ansible-galaxy to verify the roles_path is validJames Cammarata2014-09-091-0/+8
* | Merge pull request #8911 from bbasleeper/develJames Cammarata2014-09-081-0/+2
|\ \
| * | Adding a new 'load_callback_plugins' config option, defaults to FalseBruno BAILLUET2014-09-061-0/+2
* | | Fixing ansible-galaxy bug introduced in 399fe322James Cammarata2014-09-081-3/+4
|/ /
* | Don't re-add galaxy deps if they've already been added for installJames Cammarata2014-09-051-4/+7
* | Fix instance comparison for deps in bin/ansible-galaxyJames Cammarata2014-09-041-1/+1
* | Merge pull request #8789 from retr0h/retr0h/add-role-path-to-role-fileJames Cammarata2014-09-021-1/+8
|\ \
| * | Can override each role's install pathJohn Dewey2014-08-271-1/+8
* | | The correct option is password_file. Fixes #8752Matt Martz2014-08-261-1/+1
|/ /
* | Improved inventory handling when inventory does not yet existWill Thames2014-08-221-1/+4
* | Merge pull request #8721 from sergevanginderachter/syntax_check_avoid_blank_o...James Cammarata2014-08-221-1/+2
|\ \
| * | Avoid multiple blank lines with --syntax-checkSerge van Ginderachter2014-08-221-1/+2
* | | Fixing a typo, still some more work to do on CLI.Michael DeHaan2014-08-221-1/+1
|/ /
* | Clarify examples further.Michael DeHaan2014-08-211-47/+48
* | Remove some debug in ansible-galaxy upgrades, one of which raises errors down...Michael DeHaan2014-08-211-7/+6
* | Work in progress on bin/ansible-galaxy changes testing.Michael DeHaan2014-08-211-1/+8
* | Make galaxy work when API server not availableWill Thames2014-08-211-16/+21