Skip to content

serlophug/ansible-role-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Build Status

Postgresql Role

Installs and configure Postgresql 9.6.

Role Variables

The variables that can be passed to this role and a brief description about them are as follows:

postgresql_version: Version to install (see which supports in /meta/main.wml).
postgresql_service_name: Service name.
db_name: Database name.
create_db: Whether or not create database "db_name".
root_user: Name and password of database user.

Default values:

  postgresql_version: 9.6
  postgresql_service_name: postgresql
  db_name: database
  create_db: yes
  root_user:
      name: postgres
      password: default,	

Example Playbook

  roles:
    - { role: 'serlophug.postgresql'}

License

Apache Licence v2 [1]

[1] http://www.apache.org/licenses/LICENSE-2.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published