Skip to content

Instantly share code, notes, and snippets.

@pspravin
Created April 26, 2017 23:35
Show Gist options
  • Save pspravin/402863f17587777b92298534a6f3f026 to your computer and use it in GitHub Desktop.
Save pspravin/402863f17587777b92298534a6f3f026 to your computer and use it in GitHub Desktop.
playbook
---
- hosts: loadbalancer
become: true
tasks:
- name: install epel
yum: name=epel-release state=present
- name: install nginx
yum: name=nginx state=present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment