fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Ups, missed file

This commit is contained in:
Juan Manuel Parrilla 2014-11-17 01:47:11 +01:00
parent b01875306c
commit 8c4d04dcf8
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
- 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