]> git.immae.eu Git - github/fretlink/ansible-rundeck-jobs.git/blob - meta/main.yml
Fix linting errors
[github/fretlink/ansible-rundeck-jobs.git] / meta / main.yml
1 galaxy_info:
2 author: fretlink
3 role_name: rundeck_jobs
4 description: "Love and Truck"
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 # Some suggested licenses:
12 # - BSD (default)
13 # - MIT
14 # - GPLv2
15 # - GPLv3
16 # - Apache
17 # - CC-BY
18 license: BSD
19
20 min_ansible_version: 2.5
21
22 # If this a Container Enabled role, provide the minimum Ansible Container version.
23 # min_ansible_container_version:
24
25 # Optionally specify the branch Galaxy will use when accessing the GitHub
26 # repo for this role. During role install, if no tags are available,
27 # Galaxy will use this branch. During import Galaxy will access files on
28 # this branch. If Travis integration is configured, only notifications for this
29 # branch will be accepted. Otherwise, in all cases, the repo's default branch
30 # (usually master) will be used.
31 # github_branch:
32
33 #
34 # platforms is a list of platforms, and each platform has a name and a list of versions.
35 #
36 platforms:
37 - name: Fedora
38 versions:
39 - all
40 - name: Debian
41 versions:
42 - all
43 - name: Ubuntu
44 versions:
45 - all
46 # - 25
47 # - name: SomePlatform
48 # versions:
49 # - all
50 # - 1.0
51 # - 7
52 # - 99.99
53
54 galaxy_tags: []
55 # List tags for your role here, one per line. A tag is a keyword that describes
56 # and categorizes the role. Users find roles by searching for tags. Be sure to
57 # remove the '[]' above, if you add tags to this list.
58 #
59 # NOTE: A tag is limited to a single word comprised of alphanumeric characters.
60 # Maximum 20 tags per role.
61
62 dependencies: []
63 # List your role dependencies here, one per line. Be sure to remove the '[]' above,
64 # if you add dependencies to this list.