cloudera / cloudera-playbook

Cloudera deployment automation with Ansible
Apache License 2.0
198 stars 187 forks source link

Add support for installing PostgreSQL database server #57

Open dbeech opened 4 years ago

dbeech commented 4 years ago

I suggest we use a well-established role from Ansible Galaxy to do this, instead of re-inventing the wheel. https://github.com/geerlingguy/ansible-role-postgresql

lhoss commented 4 years ago

@dbeech I could not agree more :) and the best, I already choose exactly that role myself to install postgres, and have working playbooks for both CDH and HDP clusters:

Furthermore I deployed postgresql from different yum repositories, to get a newer version than the default centos7 (v9.2.x):