Skip to content

Commit

Permalink
added nginx php
Browse files Browse the repository at this point in the history
  • Loading branch information
tlezotte committed Apr 26, 2015
1 parent dfebdd0 commit 7862c51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions tasks/php.yml
Expand Up @@ -12,3 +12,4 @@
- php-xml
- php-xmlrpc
- php-pecl-memcache
- php-fpm
7 changes: 6 additions & 1 deletion tasks/required.yml
Expand Up @@ -10,4 +10,9 @@
- name: Generating Ansible hosts file
template:
src=templates/ansible_hosts.j2
dest=/etc/ansible/hosts
dest=/etc/ansible/hosts

- name: Generating bash_profile file
template:
src=templates/bash_profile.j2
dest=/home/vagrant/.bash_profile

0 comments on commit 7862c51

Please sign in to comment.