File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
galaxy_info :
3
- author : your name
4
- description :
5
- company : your company (optional)
3
+ author : Stefan Berggren
4
+ description : Graphite ansible role
5
+ company :
6
6
# Some suggested licenses:
7
7
# - BSD (default)
8
8
# - MIT
9
9
# - GPLv2
10
10
# - GPLv3
11
11
# - Apache
12
12
# - CC-BY
13
- license : license (GPLv2, CC-BY, etc)
13
+ license : MIT
14
14
min_ansible_version : 1.2
15
15
#
16
16
# Below are all platforms currently available. Just uncomment
17
17
# the ones that apply to your role. If you don't see your
18
18
# platform on this list, let us know and we'll get it added!
19
19
#
20
- # platforms:
21
- # - name: EL
22
- # versions:
20
+ platforms :
21
+ - name : EL
22
+ versions :
23
23
# - all
24
24
# - 5
25
- # - 6
25
+ - 6
26
26
# - 7
27
27
# - name: GenericUNIX
28
28
# versions:
@@ -65,8 +65,8 @@ galaxy_info:
65
65
# - 9.1
66
66
# - 9.1
67
67
# - 9.2
68
- # - name: Ubuntu
69
- # versions:
68
+ - name : Ubuntu
69
+ versions :
70
70
# - all
71
71
# - lucid
72
72
# - maverick
@@ -76,7 +76,7 @@ galaxy_info:
76
76
# - quantal
77
77
# - raring
78
78
# - saucy
79
- # - trusty
79
+ - trusty
80
80
# - name: SLES
81
81
# versions:
82
82
# - all
@@ -90,18 +90,18 @@ galaxy_info:
90
90
# versions:
91
91
# - all
92
92
# - any
93
- # - name: Debian
94
- # versions:
93
+ - name : Debian
94
+ versions :
95
95
# - all
96
96
# - etch
97
97
# - lenny
98
98
# - squeeze
99
- # - wheezy
99
+ - wheezy
100
100
#
101
101
# Below are all categories currently available. Just as with
102
102
# the platforms above, uncomment those that apply to your role.
103
103
#
104
- # categories:
104
+ categories :
105
105
# - cloud
106
106
# - cloud:ec2
107
107
# - cloud:gce
@@ -111,7 +111,7 @@ galaxy_info:
111
111
# - database:nosql
112
112
# - database:sql
113
113
# - development
114
- # - monitoring
114
+ - monitoring
115
115
# - networking
116
116
# - packaging
117
117
# - system
You can’t perform that action at this time.
0 commit comments