ansible-postgresql-sr-on-el6
ansible-postgresql-sr-on-el6 copied to clipboard
Install PostgreSQL and configure streaming replication on EL6
Instead of separately configuring the IP addresses of the master/replica, look that information up from the inventory
Refactor code to support latest ansible version and correct role definitions to allow for variable overrides.
I got below error in "install postgresql package" on ubuntu 12.04, newer version of this package is available but apt cache has old version cached. http://security.ubuntu.com/ubuntu/pool/main/p/postgresql-9.3/postgresql-client-9.3_9.3.10-0ubuntu0.14.04_amd64.deb 404 Not Found I...
I tried above ansible script and it is failing at above command. Considering there is no password setup of Postgres user. I had corrected it.