summaryrefslogtreecommitdiff
path: root/bin/ansible-galaxy
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Addresses #5364 urllib quote role namesJames Tanner2013-12-201-0/+3
|/
* add var for format.kiri2013-12-201-1/+1
* Default deps list in ansible-galaxy template to an empty listJames Cammarata2013-12-191-1/+3
* Don't place (or higher) in the min_ansible_versionMatt Martz2013-12-191-1/+1
* Addresses #5341 expand home directories for role_path in ansible.cfgJames Tanner2013-12-181-2/+7
* Fixes #5341 Use constants.py to set the roles directoryJames Tanner2013-12-181-4/+6
* Add the ansible-galaxy commandJames Tanner2013-12-181-0/+730