censof / ansible-deployment

Ansible Deployment Scripts
MIT License
2 stars 0 forks source link

dynamic location of postgresql.conf #156

Closed lowks closed 7 years ago

lowks commented 7 years ago

The location for postgresql.conf for template when using centos or redhat is not accurate. Two choices:

  1. Use a programmatic way of figuring out where postgresql.conf is.
  2. Find out where it installs it by default and hard code it.

If 1 is successful, probably can merge back the Debian.yml and Redhat.yml into 1 file.