@@ -3,16 +3,141 @@ galaxy_info:
3
3
author : franklin
4
4
company : We Are Interactive
5
5
description : Adds /etc/environment variables
6
- min_ansible_version : 1.6
6
+ min_ansible_version : 2.0
7
7
license : MIT
8
+ # Optionally specify the branch Galaxy will use when accessing the GitHub
9
+ # repo for this role. During role install, if no tags are available,
10
+ # Galaxy will use this branch. During import Galaxy will access files on
11
+ # this branch. If travis integration is cofigured, only notification for this
12
+ # branch will be accepted. Otherwise, in all cases, the repo's default branch
13
+ # (usually master) will be used.
14
+ github_branch : master
15
+ #
16
+ # Below are all platforms currently available. Just uncomment
17
+ # the ones that apply to your role. If you don't see your
18
+ # platform on this list, let us know and we'll get it added!
19
+ #
8
20
platforms :
9
- - name : Ubuntu
10
- versions :
11
- - All
12
- categories :
21
+ # - name: EL
22
+ # versions:
23
+ # - all
24
+ # - 5
25
+ # - 6
26
+ # - 7
27
+ # - name: GenericUNIX
28
+ # versions:
29
+ # - all
30
+ # - any
31
+ # - name: Solaris
32
+ # versions:
33
+ # - all
34
+ # - 10
35
+ # - 11.0
36
+ # - 11.1
37
+ # - 11.2
38
+ # - 11.3
39
+ # - name: Fedora
40
+ # versions:
41
+ # - all
42
+ # - 16
43
+ # - 17
44
+ # - 18
45
+ # - 19
46
+ # - 20
47
+ # - 21
48
+ # - 22
49
+ # - 23
50
+ # - name: Windows
51
+ # versions:
52
+ # - all
53
+ # - 2012R2
54
+ # - name: SmartOS
55
+ # versions:
56
+ # - all
57
+ # - any
58
+ # - name: opensuse
59
+ # versions:
60
+ # - all
61
+ # - 12.1
62
+ # - 12.2
63
+ # - 12.3
64
+ # - 13.1
65
+ # - 13.2
66
+ # - name: Amazon
67
+ # versions:
68
+ # - all
69
+ # - 2013.03
70
+ # - 2013.09
71
+ # - name: GenericBSD
72
+ # versions:
73
+ # - all
74
+ # - any
75
+ # - name: FreeBSD
76
+ # versions:
77
+ # - all
78
+ # - 10.0
79
+ # - 10.1
80
+ # - 10.2
81
+ # - 8.0
82
+ # - 8.1
83
+ # - 8.2
84
+ # - 8.3
85
+ # - 8.4
86
+ # - 9.0
87
+ # - 9.1
88
+ # - 9.1
89
+ # - 9.2
90
+ # - 9.3
91
+ - name : Ubuntu
92
+ versions :
93
+ - all
94
+ # - lucid
95
+ # - maverick
96
+ # - natty
97
+ # - oneiric
98
+ # - precise
99
+ # - quantal
100
+ # - raring
101
+ # - saucy
102
+ # - trusty
103
+ # - utopic
104
+ # - vivid
105
+ # - wily
106
+ # - name: SLES
107
+ # versions:
108
+ # - all
109
+ # - 10SP3
110
+ # - 10SP4
111
+ # - 11
112
+ # - 11SP1
113
+ # - 11SP2
114
+ # - 11SP3
115
+ # - name: GenericLinux
116
+ # versions:
117
+ # - all
118
+ # - any
119
+ - name : Debian
120
+ versions :
121
+ - all
122
+ # - etch
123
+ # - jessie
124
+ # - lenny
125
+ # - squeeze
126
+ # - wheezy categories:
127
+ #
128
+ # List tags for your role here, one per line. A tag is
129
+ # a keyword that describes and categorizes the role.
130
+ # Users find roles by searching for tags. Be sure to
131
+ # remove the '[]' above if you add tags to this list.
132
+ #
133
+ # NOTE: A tag is limited to a single word comprised of
134
+ # alphanumeric characters. Maximum 20 tags per role.
135
+ galaxy_tags :
13
136
- system
137
+ - environment
138
+ - env
14
139
# List your role dependencies here, one per line. Only
15
140
# dependencies available via galaxy should be listed here.
16
141
# Be sure to remove the '[]' above if you add dependencies
17
142
# to this list.
18
- dependencies : []
143
+ dependencies : []
0 commit comments