Browse Source

Fixed the PostgreSQL initialiation

master
Julio Biason 4 years ago
parent
commit
50e8040e50
  1. 6
      playbook.yml

6
playbook.yml

@ -35,7 +35,9 @@
- python-psycopg2
state: latest
# TODO postgresql-setup initdb
- name: Initialize PostgreSQL
become: yes
command: /usr/bin/postgresql-setup initdb
- name: Start PostgreSQL (for setup)
become: yes
@ -88,6 +90,7 @@
# repositories (with description)
# uwsgi
# cgit
# pygments
# uwsgi-for-cgit config (/etc/uwsgi/apps-available)
# link /etc/uwsgi/apps-available to /etc/uwsgi/apps-enabled
# nginx domain
@ -108,3 +111,4 @@
# nginx domain
# Log rotate
# https (HOW???)
# email proxy (HOW???)

Loading…
Cancel
Save