diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/main.yml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..4edfb50 --- /dev/null +++ b/meta/main.yml | |||
@@ -0,0 +1,58 @@ | |||
1 | galaxy_info: | ||
2 | role_name: netdata_straight | ||
3 | author: fretlink | ||
4 | description: A role to install netdata using kickstart installer | ||
5 | company: Fretlink | ||
6 | |||
7 | # If the issue tracker for your role is not on github, uncomment the | ||
8 | # next line and provide a value | ||
9 | # issue_tracker_url: http://example.com/issue/tracker | ||
10 | |||
11 | # Choose a valid license ID from https://spdx.org - some suggested licenses: | ||
12 | # - BSD-3-Clause (default) | ||
13 | # - MIT | ||
14 | # - GPL-2.0-or-later | ||
15 | # - GPL-3.0-only | ||
16 | # - Apache-2.0 | ||
17 | # - CC-BY-4.0 | ||
18 | license: BSD-3-Clause | ||
19 | |||
20 | min_ansible_version: 2.8 | ||
21 | |||
22 | # If this a Container Enabled role, provide the minimum Ansible Container version. | ||
23 | # min_ansible_container_version: | ||
24 | |||
25 | # | ||
26 | # Provide a list of supported platforms, and for each platform a list of versions. | ||
27 | # If you don't wish to enumerate all versions for a particular platform, use 'all'. | ||
28 | # To view available platforms and versions (or releases), visit: | ||
29 | # https://galaxy.ansible.com/api/v1/platforms/ | ||
30 | # | ||
31 | # platforms: | ||
32 | # - name: Fedora | ||
33 | # versions: | ||
34 | # - all | ||
35 | # - 25 | ||
36 | # - name: SomePlatform | ||
37 | # versions: | ||
38 | # - all | ||
39 | # - 1.0 | ||
40 | # - 7 | ||
41 | # - 99.99 | ||
42 | platforms: | ||
43 | - name: Ubuntu | ||
44 | versions: | ||
45 | - 18.04 | ||
46 | - 20.04 | ||
47 | |||
48 | galaxy_tags: [] | ||
49 | # List tags for your role here, one per line. A tag is a keyword that describes | ||
50 | # and categorizes the role. Users find roles by searching for tags. Be sure to | ||
51 | # remove the '[]' above, if you add tags to this list. | ||
52 | # | ||
53 | # NOTE: A tag is limited to a single word comprised of alphanumeric characters. | ||
54 | # Maximum 20 tags per role. | ||
55 | |||
56 | dependencies: [] | ||
57 | # List your role dependencies here, one per line. Be sure to remove the '[]' above, | ||
58 | # if you add dependencies to this list. | ||