Merge pull request #13039 from cmluciano/patch-1

Provide git based example
pull/13025/merge
Brian Coca 9 years ago
commit da3087ffc4

@ -101,6 +101,12 @@ And here's an example showing some specific version downloads from multiple sour
- src: http://bitbucket.org/willthames/hg-ansible-galaxy - src: http://bitbucket.org/willthames/hg-ansible-galaxy
scm: hg scm: hg
# from gitlab or other git-based scm
- src: git@gitlab.company.com:mygroup/ansible-base.git
scm: git
version: 0.1.0
path: roles/
As you can see in the above, there are a large amount of controls available As you can see in the above, there are a large amount of controls available
to customize where roles can be pulled from, and what to save roles as. to customize where roles can be pulled from, and what to save roles as.

Loading…
Cancel
Save