From 50e8040e50bc1586b84e8d156bbd2b2565b7174a Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 29 Oct 2020 13:51:17 -0300 Subject: [PATCH] Fixed the PostgreSQL initialiation --- playbook.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/playbook.yml b/playbook.yml index 75d6d3a..b616334 100644 --- a/playbook.yml +++ b/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???)