start mezzanine stuff
authorLorin Hochstein <lhochstein@netflix.com>
Mon, 23 Jan 2017 04:42:59 +0000 (20:42 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Mon, 23 Jan 2017 04:42:59 +0000 (20:42 -0800)
ch13/ansible/roles/mezzanine/tasks/main.yml

index 2906e3b..28464e6 100644 (file)
@@ -1,2 +1,17 @@
 ---
-# tasks file for mezzanine
+- name: install apt packages
+  apt: pkg={{ item }}
+  with_items:
+    - libjpeg-dev
+    - libpq-dev
+    - python-dev
+    - python-pip
+    - python-psycopg2
+- name: install pip packages
+  pip: name={{ item }}
+  with_items:
+    - gunicorn
+    - setproctitle
+    - psycopg2
+    - django-compressor
+    - python-memcached