File tree Expand file tree Collapse file tree 4 files changed +19
-9
lines changed Expand file tree Collapse file tree 4 files changed +19
-9
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ badges:
31
31
image : " https://img.shields.io/badge/CentOS-8-green?style=flat&logo=centos"
32
32
url : " https://www.centos.org/"
33
33
- name : " Distribution"
34
- image : " https://img.shields.io/badge/Amazone_linux -2-yellow?style=flat&logo=linux"
34
+ image : " https://img.shields.io/badge/Amazon_linux -2-yellow?style=flat&logo=linux"
35
35
url : " https://aws.amazon.com/amazon-linux-ami/"
36
36
- name : " Actions"
37
37
image : " https://github.com/clouddrove/ansible-role-docker-redis/actions/workflows/lint.yml/badge.svg"
Original file line number Diff line number Diff line change 1
1
---
2
-
3
2
dependencies : []
4
3
5
4
galaxy_info :
6
5
author : Anmol Nagpal
7
- description : This ansible role is used to install Redis server into Docker.
6
+ description : This ansible role installs Redis on Docker.
8
7
company : " CloudDrove Inc."
9
8
license : " license (BSD, MIT)"
9
+ role_name : ansible_role_docker_redis
10
+ namespace : clouddrove
10
11
min_ansible_version : 2.4
11
12
platforms :
12
13
- name : Debian
@@ -18,8 +19,22 @@ galaxy_info:
18
19
- trusty
19
20
- xenial
20
21
- bionic
22
+ - name : CentOS
23
+ versions :
24
+ - 7
25
+ - 8
26
+ - name : Amazonlinux
27
+ versions :
28
+ - 2
29
+ - name : EL
30
+ versions :
31
+ - 6
32
+ - 7
33
+ - 8
21
34
galaxy_tags :
22
35
- redis
23
36
- docker
24
- - redis
25
37
- ubuntu
38
+ - cenos
39
+ - linux
40
+ - amazonlinux
You can’t perform that action at this time.
0 commit comments