Skip to content

Latest commit

 

History

History
executable file
·
47 lines (35 loc) · 1.03 KB

README.md

File metadata and controls

executable file
·
47 lines (35 loc) · 1.03 KB

Ansible Galaxy Build Status

IaC: with Ansible role to install and configure PostgreSQL


Description

Requirements

Installation

vagrant@localhost:~$ ansible-galaxy install wluisaraujo.postgresql
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.postgresql/requirements.txt

Role Variables

defaults/main.yml

Dependencies

  • None

Example Playbook

---
- hosts: localhost
  vars:
    - name: value
  roles:
    - postgresql
...

Licence