Issue #4510
closedAnsible roles: Separate installing postgres from configuring it
Description
As a user, let me use the pulp3-postgres role in a way that only configures the postgres db without installing postgres (or SCL). This is helpful when I have either (a) vetted a postgres install process (eg a standardized role), or (b) an existing postgres server (or cluster) that the pulp db should be added to.
Currently, the postgres role unconditionally installs SCL and then uses a fork of geerlingguy.postgresql to install postgres.
It looks like an older version used a different role and had a flag that disabled running the installation tasks. A flag (defaulting to on) would satisfy me.
Related issues
Updated by amacdona@redhat.com over 5 years ago
- Blocks Task #4312: Switch Travis-CI to use Pulp 3 installer added
Updated by amacdona@redhat.com over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to amacdona@redhat.com
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
- Sprint set to Sprint 49
- Tags Pulp 3 added
Thanks, yes-- this is a reasonable request and it needs to be done very soon, so I'm taking it.
Updated by amacdona@redhat.com over 5 years ago
- Status changed from ASSIGNED to POST
cognifloyd, my use case for this work is somewhat complex and still relies on some other changes. If you have the chance, please try this out and let me know if it fixes your case.
Added by amacdona@redhat.com over 5 years ago
Added by amacdona@redhat.com over 5 years ago
Revision e55b0f83 | View on GitHub
Make postgresql installation optional
For use with systems that already have postgresql installed. https://pulp.plan.io/issues/4510 fixes #4510
Updated by amacdona@redhat.com over 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp3|e55b0f8380c5c99163dd79139cce22aaf5506d25.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Make postgresql installation optional
For use with systems that already have postgresql installed. https://pulp.plan.io/issues/4510 fixes #4510