Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.
/ postgresql-role Public archive

A role for deploying and configuring PostgreSQL and extensions on unix hosts using Ansible

License

Notifications You must be signed in to change notification settings

hmcts/postgresql-role

Repository files navigation

postgresql

Used for installing postgresql

Example Playbook

install.yml

- hosts: all
  become: yes
  roles:
    - devops.postgresql

vars.yml:

See vars.yml

Tests

Tests are run using molecule and docker

$ molecule test

Tests are also run on jenkins, they are split out into individual stages to make it easier to see what step failed.

License

MIT

Author Information

HMCTS Reform Programme

About

A role for deploying and configuring PostgreSQL and extensions on unix hosts using Ansible

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published