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???)