Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.15 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.15 KB

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