File tree Expand file tree Collapse file tree 2 files changed +52
-1
lines changed Expand file tree Collapse file tree 2 files changed +52
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ galaxy_info:
13
13
# - GPL-3.0-only
14
14
# - Apache-2.0
15
15
# - CC-BY-4.0
16
- license : license (GPL-2.0-or-later, MIT, etc)
16
+ license : MIT
17
17
18
18
min_ansible_version : 2.1
19
19
Original file line number Diff line number Diff line change
1
+ galaxy_info :
2
+ author : Hector Sanjuan
3
+ description : Ansible role to install and run go-ipfs and IPFS Cluster
4
+
5
+ # If the issue tracker for your role is not on github, uncomment the
6
+ # next line and provide a value
7
+ # issue_tracker_url: http://example.com/issue/tracker
8
+
9
+ # Choose a valid license ID from https://spdx.org - some suggested licenses:
10
+ # - BSD-3-Clause (default)
11
+ # - MIT
12
+ # - GPL-2.0-or-later
13
+ # - GPL-3.0-only
14
+ # - Apache-2.0
15
+ # - CC-BY-4.0
16
+ license : MIT
17
+
18
+ min_ansible_version : 2.1
19
+
20
+ # If this a Container Enabled role, provide the minimum Ansible Container version.
21
+ # min_ansible_container_version:
22
+
23
+ #
24
+ # Provide a list of supported platforms, and for each platform a list of versions.
25
+ # If you don't wish to enumerate all versions for a particular platform, use 'all'.
26
+ # To view available platforms and versions (or releases), visit:
27
+ # https://galaxy.ansible.com/api/v1/platforms/
28
+ #
29
+ # platforms:
30
+ # - name: Fedora
31
+ # versions:
32
+ # - all
33
+ # - 25
34
+ # - name: SomePlatform
35
+ # versions:
36
+ # - all
37
+ # - 1.0
38
+ # - 7
39
+ # - 99.99
40
+
41
+ galaxy_tags : []
42
+ # List tags for your role here, one per line. A tag is a keyword that describes
43
+ # and categorizes the role. Users find roles by searching for tags. Be sure to
44
+ # remove the '[]' above, if you add tags to this list.
45
+ #
46
+ # NOTE: A tag is limited to a single word comprised of alphanumeric characters.
47
+ # Maximum 20 tags per role.
48
+
49
+ dependencies : []
50
+ # List your role dependencies here, one per line. Be sure to remove the '[]' above,
51
+ # if you add dependencies to this list.
You can’t perform that action at this time.
0 commit comments