index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
ansible-galaxy
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernize install (#76021)
Matt Martz
2021-10-19
1
-1
/
+1
*
Making the switch to v2
James Cammarata
2015-05-04
1
-957
/
+1
*
Allow ansible-galaxy to install symlinks
James Cammarata
2015-03-23
1
-1
/
+1
*
Merge pull request #9129 from lotia/devel
Brian Coca
2015-02-27
1
-2
/
+1
|
\
|
*
Clean up template comment text in ansible-galaxy
Ali Asad Lotia
2014-09-24
1
-2
/
+1
*
|
Add issue_tracker_url to the galaxy template
Monty Taylor
2015-02-10
1
-0
/
+4
*
|
Ignore errors from `shutil.rmtree` when removing temporary directory
Daniel Upton
2015-02-09
1
-1
/
+1
*
|
used del instead of pop, removed unused pprint import
Brian Coca
2014-11-20
1
-2
/
+1
*
|
implemented info action for galaxy
Brian Coca
2014-11-12
1
-9
/
+63
*
|
Fix unspecified role versions.
Toshio Kuratomi
2014-10-09
1
-1
/
+1
|
/
*
Merge pull request #8959 from willthames/galaxy_ssh_clone
James Cammarata
2014-09-23
1
-8
/
+0
|
\
|
*
Make ansible-galaxy work as expected
Will Thames
2014-09-10
1
-8
/
+0
*
|
Merge pull request #8948 from sergevanginderachter/issue_8823
James Cammarata
2014-09-17
1
-0
/
+1
|
\
\
|
*
|
Exit with rc 1 if role doesn't exist/is not found
Serge van Ginderachter
2014-09-09
1
-0
/
+1
|
|
/
*
|
Remove duplicate call to remove tmp role file
Toshio Kuratomi
2014-09-15
1
-2
/
+0
*
|
Do not remove local role file if given on the commandline
Michael Scherer
2014-09-13
1
-1
/
+2
|
/
*
Add error checking to ansible-galaxy to verify the roles_path is valid
James Cammarata
2014-09-09
1
-0
/
+8
*
Fixing ansible-galaxy bug introduced in 399fe322
James Cammarata
2014-09-08
1
-3
/
+4
*
Don't re-add galaxy deps if they've already been added for install
James Cammarata
2014-09-05
1
-4
/
+7
*
Fix instance comparison for deps in bin/ansible-galaxy
James Cammarata
2014-09-04
1
-1
/
+1
*
Can override each role's install path
John Dewey
2014-08-28
1
-1
/
+8
*
Fixing a typo, still some more work to do on CLI.
Michael DeHaan
2014-08-22
1
-1
/
+1
*
Clarify examples further.
Michael DeHaan
2014-08-22
1
-47
/
+48
*
Remove some debug in ansible-galaxy upgrades, one of which raises errors down...
Michael DeHaan
2014-08-22
1
-7
/
+6
*
Work in progress on bin/ansible-galaxy changes testing.
Michael DeHaan
2014-08-21
1
-1
/
+8
*
Make galaxy work when API server not available
Will Thames
2014-08-21
1
-16
/
+21
*
Handle older git archive commands
Will Thames
2014-08-21
1
-3
/
+6
*
Allow installation of roles from yaml roles file
Will Thames
2014-08-21
1
-22
/
+29
*
Friendly Role Names and roles from URLs
Will Thames
2014-08-21
1
-53
/
+40
*
Tidied up a little, added tests
Will Thames
2014-08-21
1
-4
/
+5
*
Change to how SCM is determined
Will Thames
2014-08-21
1
-20
/
+10
*
Allow ansible-galaxy to install roles from URLs
Will Thames
2014-08-21
1
-26
/
+94
*
Add path checking for relative/escaped tar filenames in the ansible-galaxy co...
James Cammarata
2014-08-06
1
-2
/
+10
*
Align markdown headers
John Dewey
2014-07-17
1
-2
/
+2
*
Add space after full stop in ansible-galaxy help
John Barker
2014-03-17
1
-3
/
+3
*
Micro-optimization: replace s.find(x)!=-1 with x in s
Cristian Ciupitu
2014-03-16
1
-1
/
+1
*
Fixing usage string in ansible-galaxy install for role files
James Cammarata
2014-02-15
1
-1
/
+1
*
More site rename things.
Michael DeHaan
2014-01-29
1
-3
/
+3
*
AnsibleWorks -> Ansible
Michael DeHaan
2014-01-29
1
-1
/
+1
*
Adding an "Example Playbook" section to the README template for ansible-galaxy
James Cammarata
2014-01-24
1
-0
/
+9
*
Adding suggested licenses to the ansible-galaxy meta template
James Cammarata
2014-01-24
1
-0
/
+7
*
Merge pull request #5376 from bob-smith/galaxyhelp
jctanner
2014-01-14
1
-8
/
+17
|
\
|
*
Add some blank lines in help to add readability
John Barker
2013-12-20
1
-2
/
+4
|
*
Display context appropriate help and inform the user they can do '--help
John Barker
2013-12-20
1
-8
/
+15
*
|
Fixed splitting of role/user name when username has a '.' in it
James Cammarata
2014-01-06
1
-1
/
+4
*
|
Fixing a small typo in the Galaxy README template
Joshua Lund
2013-12-25
1
-1
/
+1
*
|
Set default role license to BSD
James Tanner
2013-12-20
1
-1
/
+1
*
|
Use os.pathsep to split roles_path instead of a colon
James Tanner
2013-12-20
1
-2
/
+2
*
|
Split roles_path on colon separators and use the first path for the installat...
James Tanner
2013-12-20
1
-0
/
+3
*
|
Create a default README.md with ansible-galaxy init
James Tanner
2013-12-20
1
-0
/
+41
[next]