Created
January 30, 2012 15:49
-
-
Save btisdall/1705075 to your computer and use it in GitHub Desktop.
Server role config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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