Skip to content

quocvu/postgresql-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Ansible Role

postgresql-archlinux

Deploy a Postgres RDBMS for development purpose.

Requirements

Ansible and an internet connection. On Archlinux, pacman must be already installed. On OSX, homebrew must be already installed.

Role Variables

  • postgresql_user is the linux user PostgreSQL runs under
  • postgresql_data_dir is the location on disk data files are stored
  • postgresql_max_connections is the maximum number of connection allowed
  • postgresql_allow_remote_connections indicates whether or not to allow connections from other computers

Dependencies

none

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: quocvu.postgresql-archlinux, postgresql_max_connections: 10 }

License

MIT

Author Information

Quoc Vu

About

An Ansible playbook to deploy Postgresql to an ArchLinux server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published