PostgreSQL

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Postgresql

As a: UNIX and Linux system administrator

I want to: install postgresql

So that: setup a DB server.

Using the role

Using the role in a playbook
---
- name: Install postgresql
  hosts: all

  tasks:
    - name: postgresql is configured
      import_role:
        name: crivetimihai.postgresql
      vars:
        postgresql_enable_service: true
      tags: postgresql
# Install the role
ansible-galaxy install crivetimihai.postgresql

# Run the playbook
ansible-playbook postgresql-playbook.yml

Last update: 2020-02-04