]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blame - meta/main.yml
travis: use recent nixpkgs channel (20.09) to install dependencies
[github/fretlink/ansible-kong-app.git] / meta / main.yml
CommitLineData
1a33ca31
GD
1galaxy_info:
2 author: FretLink team
3 description: Love and trucks
ad5e125a 4 company: FretLink
1a33ca31
GD
5
6 # If the issue tracker for your role is not on github, uncomment the
7 # next line and provide a value
8 # issue_tracker_url: http://example.com/issue/tracker
9
10 # Some suggested licenses:
11 # - BSD (default)
12 # - MIT
13 # - GPLv2
14 # - GPLv3
15 # - Apache
16 # - CC-BY
ad5e125a 17 license: TBD
1a33ca31
GD
18
19 min_ansible_version: 2.4
20
21 # If this a Container Enabled role, provide the minimum Ansible Container version.
22 # min_ansible_container_version:
23
24 # Optionally specify the branch Galaxy will use when accessing the GitHub
25 # repo for this role. During role install, if no tags are available,
26 # Galaxy will use this branch. During import Galaxy will access files on
27 # this branch. If Travis integration is configured, only notifications for this
28 # branch will be accepted. Otherwise, in all cases, the repo's default branch
29 # (usually master) will be used.
30 #github_branch:
31
32 #
33 # platforms is a list of platforms, and each platform has a name and a list of versions.
34 #
00cd8173
PB
35 platforms:
36 - name: Debian
37 versions:
38 - all
39 - name: Ubuntu
40 version:
41 - all
1a33ca31
GD
42 # - name: Fedora
43 # versions:
44 # - all
45 # - 25
46 # - name: SomePlatform
47 # versions:
48 # - all
49 # - 1.0
50 # - 7
51 # - 99.99
52
53 galaxy_tags: []
54 # List tags for your role here, one per line. A tag is a keyword that describes
55 # and categorizes the role. Users find roles by searching for tags. Be sure to
56 # remove the '[]' above, if you add tags to this list.
57 #
58 # NOTE: A tag is limited to a single word comprised of alphanumeric characters.
59 # Maximum 20 tags per role.
60
61dependencies: []
62 # List your role dependencies here, one per line. Be sure to remove the '[]' above,
63 # if you add dependencies to this list.