18 lines
531 B
Text
18 lines
531 B
Text
# 2cpus, 3GB of ram 20GB of ephemeral space
|
|
instance_type: m1.large
|
|
# image id
|
|
image: "{{ el7_qcow_id }}"
|
|
keypair: fedora-admin-20130801
|
|
# what security group to add the host to
|
|
security_group: webserver
|
|
zone: fedoracloud
|
|
# instance id will be appended
|
|
hostbase: devpi-
|
|
# ip should be in the 209.132.184.XXX range
|
|
public_ip: 209.132.184.166
|
|
# users/groups who should have root ssh access
|
|
root_auth_users: bkabrda ncoghlan
|
|
description: devpi test server
|
|
freezes: false
|
|
# 5gb persistent storage
|
|
volumes: ['-d /dev/vdb vol-0000002d']
|