postgresql
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]
Install
ansible-galaxy install serlophug/ansible-role-postgresql
License
Unknown
Downloads
93
Owner
Ph.D in Computer Science. Universitat Politècnica de València.