From d162716b60da6d0ca8c59af0faeb786778fb1891 Mon Sep 17 00:00:00 2001 From: Nikola Vidovic Date: Sun, 16 Nov 2014 21:53:58 +0100 Subject: [PATCH] Move php services under webservers. --- site.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site.yml b/site.yml index eb232a0..e6d3ab0 100644 --- a/site.yml +++ b/site.yml @@ -4,7 +4,6 @@ tasks: - include: common/bootstrap.yml - - include: web/php.yml - name: configure and deploy the webservers and application code hosts: webservers @@ -14,3 +13,6 @@ - include: web/deploy.yml - include: web/git.yml - include: web/ruby.yml + - include: web/php.yml + - include: web/fastcgi.yml + - include: web/php-fastcgi.yml