Zack Williams | 2e9da86 | 2020-07-13 21:39:21 -0700 | [diff] [blame] | 1 | --- |
| 2 | # redis meta/main.yml |
| 3 | # |
| 4 | # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 5 | # SPDX-License-Identifier: Apache-2.0 |
| 6 | |
| 7 | galaxy_info: |
Wei-Yu Chen | 8c57b87 | 2022-04-11 21:41:27 +0800 | [diff] [blame] | 8 | role_name: redis |
Zack Williams | 120a96a | 2022-09-05 15:11:48 -0700 | [diff] [blame] | 9 | namespace: onf |
| 10 | |
Zack Williams | 2e9da86 | 2020-07-13 21:39:21 -0700 | [diff] [blame] | 11 | author: Open Networking Foundation |
| 12 | description: Redis in-memory key-value store |
| 13 | company: Open Networking Foundation |
| 14 | |
| 15 | issue_tracker_url: https://jira.opennetworking.org/ |
| 16 | |
| 17 | license: Apache-2.0 |
| 18 | |
Zack Williams | 120a96a | 2022-09-05 15:11:48 -0700 | [diff] [blame] | 19 | min_ansible_version: 2.10.17 |
Zack Williams | 2e9da86 | 2020-07-13 21:39:21 -0700 | [diff] [blame] | 20 | |
| 21 | platforms: |
Zack Williams | 120a96a | 2022-09-05 15:11:48 -0700 | [diff] [blame] | 22 | - name: ubuntu |
Zack Williams | 2e9da86 | 2020-07-13 21:39:21 -0700 | [diff] [blame] | 23 | versions: |
Zack Williams | 120a96a | 2022-09-05 15:11:48 -0700 | [diff] [blame] | 24 | - bionic |
| 25 | - name: Debian |
| 26 | versions: |
| 27 | - bullseye |
Zack Williams | 2e9da86 | 2020-07-13 21:39:21 -0700 | [diff] [blame] | 28 | |
| 29 | galaxy_tags: |
| 30 | - redis |
| 31 | |
| 32 | dependencies: [] |