Skip to content

lowwalker/LukeT.PostgreSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LukeT.PostgreSQL

This role will install PostgreSQL with some minimal configuration, mostly benefits RHEL/CentOS users.

Requirements

RHEL/CentOS Debian/Ubuntu

Role Variables

main.yml -

auth_network: "192.168.42.0/32"
listen_address: "listen_addresses = 'localhost'"
pgsql_local_auth: "password"
pgsql_net_auth: "password"

RedHat.yml -

RedHat_server_pkgs:
  - postgresql
  - postgresql-server
  - postgresql-devel
  - python-psycopg2

pg_data_dir: '/var/lib/pgsql/data'

Debian.yml

Debian_server_pkgs:
  - postgresql-client-9.1
  - postgresql-9.1
  - postgresql-contrib
  - python-psycopg2

Dependencies

None.

License

BSD

Author Information

Luke Tislow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published