Skip to content

Commit e7b9131

Browse files
committed
Galaxy role name added
1 parent 9534f0f commit e7b9131

File tree

4 files changed

+19
-9
lines changed

4 files changed

+19
-9
lines changed

.ansible-lint

Lines changed: 0 additions & 4 deletions
This file was deleted.

.cache/roles/role-docker-redis

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ badges:
3131
image: "https://img.shields.io/badge/CentOS-8-green?style=flat&logo=centos"
3232
url: "https://www.centos.org/"
3333
- 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"
3535
url: "https://aws.amazon.com/amazon-linux-ami/"
3636
- name: "Actions"
3737
image: "https://github.com/clouddrove/ansible-role-docker-redis/actions/workflows/lint.yml/badge.svg"

meta/main.yml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
32
dependencies: []
43

54
galaxy_info:
65
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.
87
company: "CloudDrove Inc."
98
license: "license (BSD, MIT)"
9+
role_name: ansible_role_docker_redis
10+
namespace: clouddrove
1011
min_ansible_version: 2.4
1112
platforms:
1213
- name: Debian
@@ -18,8 +19,22 @@ galaxy_info:
1819
- trusty
1920
- xenial
2021
- 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
2134
galaxy_tags:
2235
- redis
2336
- docker
24-
- redis
2537
- ubuntu
38+
- cenos
39+
- linux
40+
- amazonlinux

0 commit comments

Comments
 (0)