Skip to content

Instantly share code, notes, and snippets.

@charlesBochet
Created July 23, 2017 21:04
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 charlesBochet/459857ff9ac9f2930d4308b5b29acccc to your computer and use it in GitHub Desktop.
Save charlesBochet/459857ff9ac9f2930d4308b5b29acccc to your computer and use it in GitHub Desktop.
---
- hosts: all
gather_facts: True
become: true
tasks:
- name: Ensure git is installed.
yum:
name: git
state: installed
- name: Ensure pip is installed.
yum:
name: pip
state: installed
roles:
- ansible-role-nginx
- ansible-role-repo-epel
- ansible-role-nodejs
- ansible-role-mongodb
- ansible-role-pip
- ansible-role-supervisor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment