-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.yml
32 lines (24 loc) · 976 Bytes
/
requirements.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Import role stored in public git repository
#- src: git+https://github.com/tadpole-share/tadpole-catalog-item.git
########## Other Examples ###########
### from galaxy
#- src: yatesr.timezone
### from GitHub
#- src: https://github.com/bennojoy/nginx
### from GitHub, overriding the name and specifying a specific tag
#- src: https://github.com/bennojoy/nginx
# version: master
# name: nginx_role
### from a webserver, where the role is packaged in a tar.gz
#- src: https://some.webserver.example.com/files/master.tar.gz
# name: http-role
### from Bitbucket
#- src: git+https://bitbucket.org/willthames/git-ansible-galaxy
# version: v1.4
### from Bitbucket, alternative syntax and caveats
#- src: https://bitbucket.org/willthames/hg-ansible-galaxy
# scm: hg
### from GitLab or other git-based scm, using git+ssh
#- src: [email protected]:mygroup/ansible-base.git
# scm: git
# version: "0.1" # quoted, so YAML doesn't parse this as a floating-point value