blob: 57db370063eca6eb94eb2ef1baf0fc9985e5e154 [file] [log] [blame]
Zack Williams2e9da862020-07-13 21:39:21 -07001---
2# redis meta/main.yml
3#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7galaxy_info:
Wei-Yu Chen8c57b872022-04-11 21:41:27 +08008 role_name: redis
Zack Williams2e9da862020-07-13 21:39:21 -07009 author: Open Networking Foundation
10 description: Redis in-memory key-value store
11 company: Open Networking Foundation
12
13 issue_tracker_url: https://jira.opennetworking.org/
14
15 license: Apache-2.0
16
17 min_ansible_version: 2.9.5
18
19 platforms:
20 - name: Ubuntu
21 versions:
22 - "18.04"
23
24 galaxy_tags:
25 - redis
26
27dependencies: []