From: Lorin Hochstein Date: Mon, 23 Jan 2017 04:35:42 +0000 (-0800) Subject: tadd mezzanine to main.yml X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=4ca132522e59df870d138a4fde8cf1ca1d7e2134;p=ansiblebook.git tadd mezzanine to main.yml --- diff --git a/ch13/ansible/main.yml b/ch13/ansible/main.yml index 3df482b..fbcffb3 100644 --- a/ch13/ansible/main.yml +++ b/ch13/ansible/main.yml @@ -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: