Skip to content

Instantly share code, notes, and snippets.

@pragdave
Created August 31, 2015 02:50
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pragdave/ea5da63b56b118d09817 to your computer and use it in GitHub Desktop.
Save pragdave/ea5da63b56b118d09817 to your computer and use it in GitHub Desktop.
provision_list:
############################################
"staging-apps+search":
############################################
env: staging
count: 1
roles:
master: yes # has all the background services (cron)
pip: yes
search: yes
redis: yes
app: yes
store: 3
admin: 2
forums: 1
access: public
type: "m3.medium"
image: ami-65fb5d0e
############################################
"apps+search":
############################################
env: production
count: 1
roles:
pip: yes
search: yes
redis: yes
app: yes
store: 3
admin: 2
forums: 2
access: public
type: "m3.medium"
image: ami-65fb5d0e
############################################
"apps":
############################################
env: production
count: 2
roles:
pip: yes
app: yes
store: 4
admin: 3
forums: 3
access: public
type: "m3.medium"
image: ami-65fb5d0e
@googya
Copy link

googya commented Aug 31, 2015

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment