Skip to content

Instantly share code, notes, and snippets.

@mmarcon
Created September 4, 2015 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmarcon/25565a777845accc4b27 to your computer and use it in GitHub Desktop.
Save mmarcon/25565a777845accc4b27 to your computer and use it in GitHub Desktop.
---
- hosts: all
sudo: yes
tasks:
- name: install nginx
apt: name=nginx state=present update_cache=yes
notify:
- start nginx
handlers:
- name: start nginx
service: name=nginx state=started
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment