vitabaks / postgresql_cluster

PostgreSQL High-Availability Cluster (based on "Patroni" and DCS "etcd" or "consul"). Automating with Ansible.
MIT License
1.29k stars 352 forks source link

Offline installation - add a flag to use preconfigured repos #634

Closed FabianHardt closed 3 weeks ago

FabianHardt commented 3 weeks ago

In this small PR I added a flag to switch of online repo-installation. This is very useful in cases like #183. In my scenario I have preconfigured yum and apt repos, containing e.g. all RedHat and EPEL stuff and also the postgresql repo is added in a "baseline playbook" before this on. I hope that there are others with similar issues :-)

By the way...thanks for this great playbook at all!

vitabaks commented 3 weeks ago

@FabianHardt This PR does not apply to "Offline installation", here are the details on offline installation method, and I plan to remove this mode in one of the future versions due to its complexity.

FabianHardt commented 3 weeks ago

Close this PR. Thanks for your answer!