Initial import
This commit is contained in:
commit
c28551bb63
22 changed files with 357 additions and 0 deletions
21
roles/redis/meta/main.yml
Normal file
21
roles/redis/meta/main.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
galaxy_info:
|
||||
author: Frank Agerholm
|
||||
description: Redis installation and Configuration
|
||||
company: serverWG.de
|
||||
|
||||
issue_tracker_url: "https://git.serverwg.de/fager/ansible-demo-retwis/issues/new"
|
||||
|
||||
license: "GPL"
|
||||
|
||||
min_ansible_version: "2.11"
|
||||
|
||||
platforms:
|
||||
- name: EL
|
||||
versions:
|
||||
- "7"
|
||||
- "8"
|
||||
- "9"
|
||||
|
||||
galaxy_tags: []
|
||||
|
||||
dependencies: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue