change the default size to c1.medium
add some explanation of how to setup new instances
This commit is contained in:
parent
bdc44ffaef
commit
78969c2193
3 changed files with 12 additions and 2 deletions
10
README
10
README
|
@ -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
|
|
@ -9,7 +9,7 @@
|
|||
vars:
|
||||
- keypair: admin
|
||||
- image: emi-B8793915
|
||||
- instance_type: m1.large
|
||||
- instance_type: c1.medium
|
||||
- security_group: default
|
||||
|
||||
tasks:
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
vars:
|
||||
- keypair: admin
|
||||
- image: emi-B5BA397D
|
||||
- instance_type: m1.large
|
||||
- instance_type: c1.medium
|
||||
- security_group: default
|
||||
|
||||
tasks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue