summaryrefslogtreecommitdiff
path: root/bin/ansible-galaxy
Commit message (Expand)AuthorAgeFilesLines
* Making the switch to v2James Cammarata2015-05-031-957/+1
* Allow ansible-galaxy to install symlinksJames Cammarata2015-03-231-1/+1
* Merge pull request #9129 from lotia/develBrian Coca2015-02-261-2/+1
|\
| * Clean up template comment text in ansible-galaxyAli Asad Lotia2014-09-241-2/+1
* | Add issue_tracker_url to the galaxy templateMonty Taylor2015-02-101-0/+4
* | Ignore errors from `shutil.rmtree` when removing temporary directoryDaniel Upton2015-02-091-1/+1
* | used del instead of pop, removed unused pprint importBrian Coca2014-11-201-2/+1
* | implemented info action for galaxyBrian Coca2014-11-121-9/+63
* | 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
| |/
* | 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
* 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
* Can override each role's install pathJohn Dewey2014-08-271-1/+8
* 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
* Add path checking for relative/escaped tar filenames in the ansible-galaxy co...James Cammarata2014-08-061-2/+10
* Align markdown headersJohn Dewey2014-07-171-2/+2
* Add space after full stop in ansible-galaxy helpJohn Barker2014-03-171-3/+3
* Micro-optimization: replace s.find(x)!=-1 with x in sCristian Ciupitu2014-03-161-1/+1
* Fixing usage string in ansible-galaxy install for role filesJames Cammarata2014-02-151-1/+1
* More site rename things.Michael DeHaan2014-01-281-3/+3
* AnsibleWorks -> AnsibleMichael DeHaan2014-01-281-1/+1
* Adding an "Example Playbook" section to the README template for ansible-galaxyJames Cammarata2014-01-241-0/+9
* Adding suggested licenses to the ansible-galaxy meta templateJames Cammarata2014-01-241-0/+7
* Merge pull request #5376 from bob-smith/galaxyhelpjctanner2014-01-141-8/+17
|\
| * Add some blank lines in help to add readabilityJohn Barker2013-12-201-2/+4
| * Display context appropriate help and inform the user they can do '--helpJohn Barker2013-12-201-8/+15
* | Fixed splitting of role/user name when username has a '.' in itJames Cammarata2014-01-061-1/+4
* | Fixing a small typo in the Galaxy README templateJoshua Lund2013-12-241-1/+1
* | Set default role license to BSDJames Tanner2013-12-201-1/+1
* | Use os.pathsep to split roles_path instead of a colonJames Tanner2013-12-201-2/+2
* | Split roles_path on colon separators and use the first path for the installat...James Tanner2013-12-201-0/+3
* | Create a default README.md with ansible-galaxy initJames Tanner2013-12-201-0/+41
* | Don't create main.yml in files/templates directories on galaxy initJames Cammarata2013-12-201-1/+1