postgresql

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

Install PostgresSQL 9.6(min 9.3)

Install
ansible-galaxy install serlophug/ansible-role-postgresql
GitHub repository
License
Unknown
Downloads
93
Owner
Ph.D in Computer Science. Universitat Politècnica de València.