summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle older git archive commandsWill Thames2014-08-211-3/+6
* Allow installation of roles from yaml roles fileWill Thames2014-08-211-22/+29
* Friendly Role Names and roles from URLsWill Thames2014-08-211-53/+40
* Tidied up a little, added testsWill Thames2014-08-211-4/+5
* Change to how SCM is determinedWill Thames2014-08-211-20/+10
* Allow ansible-galaxy to install roles from URLsWill Thames2014-08-211-26/+94
* Restrict ansible-pull to only do scm checkout onceWill Thames2014-08-201-1/+1
* Merge pull request #8367 from msabramo/make_pip_install_editable_workMichael DeHaan2014-08-151-0/+8
|\
| * Make `pip install -e` workMarc Abramowitz2014-07-301-0/+8
* | If ansible and ansible-playbook accept a script for --vault-password-file so ...Matt Martz2014-08-111-20/+14
* | Keep things alphabetical in vault option list.Michael DeHaan2014-08-111-1/+1
* | Fix comments and error messageJakub Paweł Głazik2014-08-111-1/+1