Skip to content

Commit

Permalink
Install core PHP packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzydzany committed Nov 11, 2014
1 parent 430bfeb commit fbf71fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

tasks:
- include: common/bootstrap.yml
- include: web/php.yml

- name: configure and deploy the webservers and application code
hosts: webservers
Expand Down
8 changes: 8 additions & 0 deletions web/php.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

- name: Install PHP core packages
apt: name={{ item }} update_cache=yes
with_items:
- php5-cli
- php5-cgi
- php5-dev

0 comments on commit fbf71fa

Please sign in to comment.