Issue #6895
closed[pulp_installer] Parametrize redis package name in roles/pulp_redis
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
Updated by dkliban@redhat.com over 4 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 74
Added by spredzy over 4 years ago
Added by spredzy over 4 years ago
Revision 4c004d48 | View on GitHub
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
Updated by pulpbot over 4 years ago
- Status changed from NEW to POST
Updated by spredzy over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp|4c004d48cf2a32821c304d340642fcba7c337de2.
Updated by spredzy over 4 years ago
Applied in changeset ansible-pulp3|4c004d48cf2a32821c304d340642fcba7c337de2.
Updated by fao89 over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
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