Used for installing postgresql
install.yml
- hosts: all
become: yes
roles:
- devops.postgresql
vars.yml:
See vars.yml
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.
MIT
HMCTS Reform Programme