mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Provide git based example
I found it difficult to find documentation for how to pull from a git-based scm that wasn't github. The only way I could find this option was to dig through the google-group.
This commit is contained in:
parent
3c35655b52
commit
6677c8b8f0
1 changed files with 6 additions and 0 deletions
|
@ -100,6 +100,12 @@ And here's an example showing some specific version downloads from multiple sour
|
||||||
# from bitbucket, alternative syntax and caveats
|
# from bitbucket, alternative syntax and caveats
|
||||||
- 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…
Add table
Add a link
Reference in a new issue