Skip to content

Instantly share code, notes, and snippets.

@pspravin
Created April 26, 2017 22:21
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/7aeaaa605c4aca048f11e2c21c6d1a12 to your computer and use it in GitHub Desktop.
Save pspravin/7aeaaa605c4aca048f11e2c21c6d1a12 to your computer and use it in GitHub Desktop.
loadbalancer.yml
---
- hosts: loadbalancer
tasks:
- name: install nginx
apt: name=nginx state=present update_cache=yes
~
~
~
~
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment