Skip to content

Instantly share code, notes, and snippets.

@pspravin
Created April 26, 2017 23:22
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 pspravin/93eb9dddcb8b16487d952b2e3c04e2ff to your computer and use it in GitHub Desktop.
Save pspravin/93eb9dddcb8b16487d952b2e3c04e2ff to your computer and use it in GitHub Desktop.
playbook
---
- hosts: loadbalancer
become: true
tasks:
- 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