Skip to content

Instantly share code, notes, and snippets.

@pspravin
Created April 26, 2017 23:17
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/02c4654a54af58c896a586fc16225af5 to your computer and use it in GitHub Desktop.
Save pspravin/02c4654a54af58c896a586fc16225af5 to your computer and use it in GitHub Desktop.
loadbalancer.yml
---
- hosts: loadbalancer
become: true
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