- 04 May, 2015 1 commit
-
-
James Cammarata committed
-
- 23 Mar, 2015 1 commit
-
-
James Cammarata committed
-
- 10 Feb, 2015 1 commit
-
-
There is an optional issue_tracker_url setting that can be set in meta/main.yml:galaxy_info. Include it in the generated template commented out so that it can be filled out if desired.
Monty Taylor committed
-
- 09 Feb, 2015 1 commit
-
-
Daniel Upton committed
-
- 20 Nov, 2014 1 commit
-
-
Conflicts: lib/ansible/modules/core lib/ansible/modules/extras
Brian Coca committed
-
- 12 Nov, 2014 1 commit
-
-
Brian Coca committed
-
- 09 Oct, 2014 1 commit
-
-
Fixes #9236
Toshio Kuratomi committed
-
- 24 Sep, 2014 1 commit
-
-
Since support for non-galaxy templates is available in 1.8, the existing comment in the default_meta_template requiring specified dependencies be available via galaxy was no longer valid. That comment is now removed.
Ali Asad Lotia committed
-
- 15 Sep, 2014 1 commit
-
-
Toshio Kuratomi committed
-
- 13 Sep, 2014 1 commit
-
-
using this (for testing purpose) : $ ansible-galaxy install COPYING - error: the file downloaded was not a tar.gz - COPYING was NOT installed successfully. - you can use --ignore-errors to skip failed roles. this result in COPYING being erased, which is surprising for the user. This also prevent erasing requirements.yml if someone use the wrong flag.
Michael Scherer committed
-
- 09 Sep, 2014 3 commits
-
-
This change fixes hg galaxy roles Roles also get installed if roles path is missing, which the tests currently require (fixes #8950)
Will Thames committed -
fixes #8823 modified: bin/ansible-galaxy
Serge van Ginderachter committed -
James Cammarata committed
-
- 08 Sep, 2014 1 commit
-
-
James Cammarata committed
-
- 05 Sep, 2014 1 commit
-
-
Fixes #8890
James Cammarata committed
-
- 04 Sep, 2014 1 commit
-
-
Fixes #8884
James Cammarata committed
-
- 27 Aug, 2014 1 commit
-
-
Defaults to the system wide `roles-path` when `path` is not specified in the provided `role-file`. An example installing nginx to a relative path specified by the `role-file`. - src: https://github.com/bennojoy/nginx path: vagrant/roles/
John Dewey committed
-
- 22 Aug, 2014 2 commits
-
-
Michael DeHaan committed
-
John Dewey committed
-
- 21 Aug, 2014 10 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
`ansible-galaxy init --offline ...` can create a role without talking to the galaxy api server `ansible-galaxy install ...` only needs to talk to the galaxy api server for galaxy roles, not tar files or scm archives Fixed a bug in command line role installation
Will Thames committed -
Older git archive commands create tar archives even with a tar.gz extension. So change it to always create tar archives and have the install_role method cope. Removed ssh roles from the test case as they don't work unless you can connect to bitbucket via ssh and have your key there. Corrected a minor typo in error messages
Will Thames committed -
Added docs Added more tests Improved how roles are returned from the parsers
Will Thames committed -
* Roles can now be given a friendly name as third field in role spec csv * Roles can be installed from URL (not just from archived SCMs) * Integration tests to demonstrate this * Unit tests to ensure that role spec parsing works as expected
Will Thames committed -
Moved repo_url_to_role_name to common method in ansible.utils Added unit test for repo_url_to_role_name Added integration tests for galaxy
Will Thames committed -
Change SCM determination from executing git/hg commands to explicit in URL. Fix check for already installed dependencies
Will Thames committed -
ansible-galaxy can now refer to SCM URLs (git and hg at this point) for role names Dependencies need to use the full SCM URLs too. Otherwise all seems to work well Test rolesfile ``` http://bitbucket.org/willthames/git-ansible-galaxy,v1.1 https://bitbucket.org/willthames/hg-ansible-galaxy ``` (works with ssh too)
Will Thames committed
-
- 06 Aug, 2014 1 commit
-
-
James Cammarata committed
-
- 17 Jul, 2014 1 commit
-
-
A fairly trivial change since `Role Name` and `Example Playbook` will likely be modified anyways. However, since all the other sections are aligned properly, felt it would be nice to "clean this up". Before: Role Name ======== Example Playbook ------------------------- After: Role Name ========= Example Playbook ----------------
John Dewey committed
-
- 17 Mar, 2014 1 commit
-
-
John Barker committed
-
- 16 Mar, 2014 1 commit
-
-
timeit shows a speedup of ~3x on Python 2.7.5 x86_64. It also makes the code a bit shorter.
Cristian Ciupitu committed
-
- 15 Feb, 2014 1 commit
-
-
James Cammarata committed
-
- 29 Jan, 2014 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 24 Jan, 2014 2 commits
-
-
Fixes 5397
James Cammarata committed -
James Cammarata committed
-
- 06 Jan, 2014 1 commit
-
-
This may still be an issue if users create roles with a '.' in the name though. We will probably have to disallow that in the role naming convention.
James Cammarata committed
-
- 24 Dec, 2013 1 commit
-
-
Joshua Lund committed
-