-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.yml
76 lines (58 loc) · 1.98 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
### see REFERENCE Below as needed
- src: shelleg.ntp
- src: andrewrothstein.kubectl
### REFERENCE ###
## DO NOT REOMVE - use as reference ...
# 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+http://bitbucket.org/willthames/git-ansible-galaxy
# version: v1.4
# from Bitbucket, alternative syntax and caveats
#- src: http://bitbucket.org/willthames/hg-ansible-galaxy
# scm: hg
# from GitLab or other git-based scm
#- src: [email protected]:mygroup/ansible-base.git
# scm: git
# version: 0.1.0
### REFERENCE ###
## DO NOT REOMVE - use as reference ...
# 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+http://bitbucket.org/willthames/git-ansible-galaxy
# version: v1.4
# from Bitbucket, alternative syntax and caveats
#- src: http://bitbucket.org/willthames/hg-ansible-galaxy
# scm: hg
# from GitLab or other git-based scm
#- src: [email protected]:mygroup/ansible-base.git
# scm: git
# version: 0.1.0
## use any git repo storing an ansible role as a dependency
## - src: https://github.com/Shelleg/common-ansible-role.git
## optionally give is a local name in your project
## name: common
## use any ansble-galaxy role as dependency
## - src: franklinkim.vim
## optionally give is a local name in your project
## name: vim