Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inmotionhosting/ansible-role-postgresql
Modular Ansible Role for deploying and configuring PostgreSQL
https://github.com/inmotionhosting/ansible-role-postgresql
Last synced: 8 days ago
JSON representation
Modular Ansible Role for deploying and configuring PostgreSQL
- Host: GitHub
- URL: https://github.com/inmotionhosting/ansible-role-postgresql
- Owner: inmotionhosting
- License: gpl-3.0
- Created: 2020-06-16T15:13:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T20:21:30.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T12:48:52.659Z (9 days ago)
- Language: HTML
- Size: 69.3 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/inmotionhosting/ansible-role-postgresql.png?branch=master)](https://travis-ci.org/inmotionhosting/ansible-role-postgresql) [![GPL-3.0 License](https://img.shields.io/github/license/inmotionhosting/ansible-role-postgresql.svg?color=blue)](https://github.com/inmotionhosting/ansible-role-postgresql/blob/master/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/inmotionhosting/ansible-role-postgresql.svg)](https://github.com/inmotionhosting/ansible-role-postgresql/stargazers)
# Ansible Role: PostgreSQL
Modular Ansible Role for deploying and configuring PostgreSQL
## Requirements
* CentOS 7.x or later
* Debian 9 or later
* Ubuntu 16.04 LTS or later## Dependencies
None.
## Role Variables
Available variables are listed below with their default values (you can also see `defaults/main.yml`)
| Variable | Description |
| -------- | ----------- |
| postgres_package | Default: `postgresql-server`
| postgres_data_dir | Default: `/var/lib/pgsql/data`
| postgres_conf_dir | Default: `/var/lib/pgsql/data` (Same as postgres_data_dir)
| postgres_user | Default: `postgres`## Example Playbook
```yaml
- hosts: www
roles:
- role: inmotionhosting.postgresql
```## License
GPLv3
## Author Information
[InMotion Hosting](https://inmotionhosting.com)