Skip to content

Instantly share code, notes, and snippets.

@btisdall
Created January 30, 2012 15:49
Show Gist options
  • Save btisdall/1705075 to your computer and use it in GitHub Desktop.
Save btisdall/1705075 to your computer and use it in GitHub Desktop.
Server role config
role :frontend, "web1.example.com", :cluster_a => true
role :frontend, "web2.example.com", :cluster_a => true
role :frontend, "web3.example.com", :cluster_a => true
role :frontend, "web4.example.com", :cluster_b => true
role :frontend, "web5.example.com", :cluster_b => true
role :frontend, "web6.example.com", :cluster_b => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment