Skip to content

Instantly share code, notes, and snippets.

@FernandoEscher
Last active December 31, 2015 04:58
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 FernandoEscher/7937325 to your computer and use it in GitHub Desktop.
Save FernandoEscher/7937325 to your computer and use it in GitHub Desktop.
---
- hosts: localhost
tasks:
- name: ensure Git is installed
apt: pkg=git state=present
- name: ensure Nginx is installed
apt: pkg=nginx state=present
- name: ensure Monit is installed
apt: pkg=monit state=present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment