change the default size to c1.medium

add some explanation of how to setup new instances
This commit is contained in:
Seth Vidal 2012-10-31 05:25:15 +00:00
parent bdc44ffaef
commit 78969c2193
3 changed files with 12 additions and 2 deletions

10
README
View file

@ -21,3 +21,13 @@ private path - which is sysadmin-main accessible only is:
/srv/private/ansible
cloud instances:
to startup a new cloud instance and configure for basic server use run (as
root):
el6:
ansible-playbook /srv/web/infra/ansible/playbooks/el6-temp-instance.yml
f17:
ansible-playbook /srv/web/infra/ansible/playbooks/f17-temp-instance.yml

View file

@ -9,7 +9,7 @@
vars:
- keypair: admin
- image: emi-B8793915
- instance_type: m1.large
- instance_type: c1.medium
- security_group: default
tasks:

View file

@ -9,7 +9,7 @@
vars:
- keypair: admin
- image: emi-B5BA397D
- instance_type: m1.large
- instance_type: c1.medium
- security_group: default
tasks: