Skip to content

Commit 2f4119f

Browse files
author
Pierre Buyle
committed
Set categories and platforms for publication on Ansible Galaxy.
1 parent c310f56 commit 2f4119f

File tree

1 file changed

+30
-102
lines changed

1 file changed

+30
-102
lines changed

meta/main.yml

Lines changed: 30 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -5,108 +5,36 @@ galaxy_info:
55
company: Phéromone
66
license: GPLv3
77
min_ansible_version: 1.2
8-
#
9-
# Below are all platforms currently available. Just uncomment
10-
# the ones that apply to your role. If you don't see your
11-
# platform on this list, let us know and we'll get it added!
12-
#
13-
#platforms:
14-
#- name: EL
15-
# versions:
16-
# - all
17-
# - 5
18-
# - 6
19-
#- name: GenericUNIX
20-
# versions:
21-
# - all
22-
# - any
23-
#- name: Fedora
24-
# versions:
25-
# - all
26-
# - 16
27-
# - 17
28-
# - 18
29-
# - 19
30-
# - 20
31-
#- name: opensuse
32-
# versions:
33-
# - all
34-
# - 12.1
35-
# - 12.2
36-
# - 12.3
37-
# - 13.1
38-
# - 13.2
39-
#- name: Amazon
40-
# versions:
41-
# - all
42-
# - 2013.03
43-
# - 2013.09
44-
#- name: GenericBSD
45-
# versions:
46-
# - all
47-
# - any
48-
#- name: FreeBSD
49-
# versions:
50-
# - all
51-
# - 8.0
52-
# - 8.1
53-
# - 8.2
54-
# - 8.3
55-
# - 8.4
56-
# - 9.0
57-
# - 9.1
58-
# - 9.1
59-
# - 9.2
60-
#- name: Ubuntu
61-
# versions:
62-
# - all
63-
# - lucid
64-
# - maverick
65-
# - natty
66-
# - oneiric
67-
# - precise
68-
# - quantal
69-
# - raring
70-
# - saucy
71-
# - trusty
72-
#- name: SLES
73-
# versions:
74-
# - all
75-
# - 10SP3
76-
# - 10SP4
77-
# - 11
78-
# - 11SP1
79-
# - 11SP2
80-
# - 11SP3
81-
#- name: GenericLinux
82-
# versions:
83-
# - all
84-
# - any
85-
#- name: Debian
86-
# versions:
87-
# - all
88-
# - etch
89-
# - lenny
90-
# - squeeze
91-
# - wheezy
92-
#
93-
# Below are all categories currently available. Just as with
94-
# the platforms above, uncomment those that apply to your role.
95-
#
96-
#categories:
97-
#- cloud
98-
#- cloud:ec2
99-
#- cloud:gce
100-
#- cloud:rax
101-
#- database
102-
#- database:nosql
103-
#- database:sql
104-
#- development
105-
#- monitoring
106-
#- networking
107-
#- packaging
108-
#- system
109-
#- web
8+
platforms:
9+
- name: GenericUNIX
10+
versions:
11+
- any
12+
- name: Fedora
13+
versions:
14+
- all
15+
- name: opensuse
16+
versions:
17+
- all
18+
- name: GenericBSD
19+
versions:
20+
- all
21+
- name: FreeBSD
22+
versions:
23+
- all
24+
- name: Ubuntu
25+
versions:
26+
- all
27+
- name: SLES
28+
versions:
29+
- all
30+
- name: GenericLinux
31+
versions:
32+
- all
33+
- name: Debian
34+
versions:
35+
categories:
36+
- system
37+
- web
11038
dependencies: []
11139
# List your role dependencies here, one per line. Only
11240
# dependencies available via galaxy should be listed here.

0 commit comments

Comments
 (0)