Skip to content

Instantly share code, notes, and snippets.

@bf4
Forked from pragdave/configuration.yml
Last active August 31, 2015 03:07
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 bf4/3a679434c9abff5e28b8 to your computer and use it in GitHub Desktop.
Save bf4/3a679434c9abff5e28b8 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment