Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wluisaraujo/ansible-role-postgresql
Infrastructure as Code (IaC) with Ansible role for PostgreSQL
https://github.com/wluisaraujo/ansible-role-postgresql
ansible ansible-role postgresql postgresql-sgdb sgdb
Last synced: about 2 months ago
JSON representation
Infrastructure as Code (IaC) with Ansible role for PostgreSQL
- Host: GitHub
- URL: https://github.com/wluisaraujo/ansible-role-postgresql
- Owner: wluisaraujo
- License: gpl-3.0
- Created: 2018-09-18T14:33:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T19:11:53.000Z (over 5 years ago)
- Last Synced: 2024-01-14T13:47:22.313Z (12 months ago)
- Topics: ansible, ansible-role, postgresql, postgresql-sgdb, sgdb
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Ansible Galaxy](https://img.shields.io/badge/Ansible%20Galaxy-SGBD%20PostgreSQL-blue.svg)](https://galaxy.ansible.com/wluisaraujo/postgresql) [![Build Status](https://travis-ci.org/wluisaraujo/ansible-role-postgresql.svg?branch=master)](https://travis-ci.org/wluisaraujo/ansible-role-postgresql)
---
# IaC: with [Ansible](https://www.ansible) role to install and configure [PostgreSQL](https://www.postgresql.org/)
------------Description
------------*
Requirements
------------*
Installation
------------```console
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.postgresql
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.postgresql/requirements.txt
```Role Variables
--------------[defaults/main.yml](defaults/main.yml)
Dependencies
------------* None
Example Playbook
----------------
```yaml
---
- hosts: localhost
vars:
- name: value
roles:
- postgresql
...
```----------------
[![Licence](https://img.shields.io/badge/License-GPL%20v3-red.svg)](https://www.gnu.org/licenses/gpl-3.0.pt-br.html)