Actions
Issue #6895
closed[pulp_installer] Parametrize redis package name in roles/pulp_redis
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 75
Quarter:
Description
As a user, while the default redis package is called redis - which is fine - I would like to be able to specify a different package name, as we can specify a diffferent service name.
It is currently hardcoded at the playbook level[1] which prevents any overloading.
[1] https://github.com/pulp/pulp_installer/blob/master/roles/pulp_redis/tasks/main.yml#L32
Actions
Allow user to specify redis package and service name
Currently redis package is hardcoded and a user can not overwrite it. This commits aims to bring more flexibility while keeping the default the same as they are today.
fixes #6895