Skip to content

NarrativeContentGroup/ansible-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

PostgreSQL

Installs Postgresql.

Requirements

N/A

Role Variables

See defaults/main.yml

postgresql_version: 9.4
postgresql_distro_version: trusty
postgresql_user: db_user (optional)
postgresql_password: 123456
postgresql_database: main_db (optional)

when postgresql_user, postgresql_password, or postgresql_database are not specified, their respective tasks will be skipped.

Dependencies

N/A

Example Playbook

- hosts: old_db
  roles:
     - role: mnn.postgresql
       postgresql_version: 8.4
       postgresql_distro_version: trusty

License

GPLv3

Author Information

This role was written by Justin Caratzas [email protected] for Mother Nature Network (https://github.com/MotherNatureNetwork)

About

how we deploy postgresql

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages