Giter Club home page Giter Club logo

ansible-postgresql's Introduction

ansible-postgresql

An Ansible role for installing PostgreSQL.

Role Variables

  • postgresql_version - PostgreSQL version (default: 9.6)
  • postgresql_package_version - PostgreSQL package version (default: "9.6.*-2.pgdg14.04+1"
  • postgresql_listen_addresses - Address for PostgreSQL to bind to (default: localhost)
  • postgresql_port - Port for PostgreSQL to bind to (default: 5432)
  • postgresql_data_directory - Default data directory (default: /var/lib/postgresql/{{ postgresql_version }}/main)
  • postgresql_max_connections - Maximum number of connections (default: 100)
  • postgresql_shared_buffers - Memory for shared buffers (default: 128MB)
  • postgresql_work_mem - Memory for worker processes (default: 4MB)
  • postgresql_log_autovacuum_min_duration - Minimum duration for logging long automatic vacuuming (default: -1)
  • postgresql_log_min_duration_statement - Minimum duration for logging long queries (default: -1)
  • postgresql_hba_mapping: - A mapping of PostgreSQL host-based authentication rules

Reference

This ansible role is taken mostly out of ansible-postgresql from Azavea Inc., but I stripped it down for brevity.

ansible-postgresql's People

Contributors

miao-bpl avatar

Watchers

Kurt Mansperger avatar Steven Anderson avatar James Cloos avatar  avatar Eben English avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.