serlophug.postgresql
Postgresql Role
This role installs and configures Postgresql version 9.6.
Role Variables
Here are the variables you can use with this role, along with a simple description of each:
postgresql_version
: The version of Postgresql to install (check supported versions in /meta/main.yml).postgresql_service_name
: The name of the Postgresql service.db_name
: The name of the database.create_db
: Whether to create the database named "db_name".root_user
: The name and password for the 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
Here’s how to use this role in a playbook:
roles:
- { role: 'serlophug.postgresql'}
License
This project is licensed under the Apache License v2 [1].
Installa
ansible-galaxy install serlophug.postgresql
Licenza
Unknown
Download
102
Proprietario
Ph.D in Computer Science. Universitat Politècnica de València.