|
1 | 1 | ---
|
2 | 2 | galaxy_info:
|
3 |
| - author: your name |
4 |
| - description: your description |
5 |
| - company: your company (optional) |
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: license (GPLv2, CC-BY, etc) |
19 |
| - |
20 |
| - min_ansible_version: 1.2 |
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 |
| - # - 25 |
41 |
| - # - name: SomePlatform |
42 |
| - # versions: |
43 |
| - # - all |
44 |
| - # - 1.0 |
45 |
| - # - 7 |
46 |
| - # - 99.99 |
47 |
| - |
| 3 | + role_name: grid_htc_ce |
| 4 | + author: Dietrich Liko |
| 5 | + description: HTCondor CE |
| 6 | + company: Institute for High energy Physics, Austrian Academy of Sciences |
| 7 | + issue_tracker_url: https://gitlab.cern.ch/hephyvienna/ansible/role-grid-htc-ce/issues |
| 8 | + license: MIT |
| 9 | + min_ansible_version: 2.7 |
| 10 | + platforms: |
| 11 | + - name: EL |
| 12 | + - 6 |
| 13 | + - 7 |
48 | 14 | 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 | 15 | dependencies: []
|
57 |
| -# List your role dependencies here, one per line. Be sure to remove the '[]' above, |
58 |
| -# if you add dependencies to this list. |
0 commit comments