Skip to content

Commit

Permalink
install nginx on vagrant production
Browse files Browse the repository at this point in the history
  • Loading branch information
therealmarv committed Nov 12, 2014
1 parent b81e0f7 commit 2ef0a24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@
- hosts: vagrant_production
sudo: yes
tasks:
- name: install nginx
apt: name=nginx state=latest

- name: start the nginx service
service: name=nginx state=started

- name: start Supervisor service
service: name=supervisor state=started

Expand Down

0 comments on commit 2ef0a24

Please sign in to comment.