fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
shelfzilla/provisioning/roles/shelfzilla/tasks/post_postgresql.yml

17 lines
449 B
YAML

---
- name: Initiate PostgreSQL database
action: shell /sbin/service postgresql initdb
creates=/var/lib/pgsql/data/postgresql.conf
sudo: yes
notify:
- start postgresql
- shelfzilla md5 postgres access
- create root user for postgres
- ensure database is created
- ensure user has access to database
- ensure user does not have unnecessary privilege
- meta: flush_handlers