tadd mezzanine to main.yml
authorLorin Hochstein <lhochstein@netflix.com>
Mon, 23 Jan 2017 04:35:42 +0000 (20:35 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Mon, 23 Jan 2017 04:35:42 +0000 (20:35 -0800)
ch13/ansible/main.yml

index 3df482b..fbcffb3 100644 (file)
@@ -9,6 +9,16 @@
   roles:
     - memcached
 
+- hosts: mezzanine
+  gather_facts: false
+  pre_tasks:
+    - name: update apt cache
+      raw: apt-get update
+    - name: install python
+      raw: apt-get -y install python
+  roles:
+    - mezzanine
+
 - hosts: nginx
   gather_facts: false
   pre_tasks: