mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
15ce1ee755
Salt Cloud will control a lot more than EC2 in the amazon cloud
24 lines
346 B
Plaintext
24 lines
346 B
Plaintext
base_aws:
|
|
provider: aws
|
|
image: ami-e565ba8c
|
|
size: Micro Instance
|
|
os: RHEL
|
|
minion:
|
|
cheese: edam
|
|
|
|
ubuntu_rs:
|
|
provider: rackspace
|
|
image: Ubuntu 12.04 LTS
|
|
size: 256 server
|
|
os: Ubuntu
|
|
minion:
|
|
cheese: edam
|
|
|
|
fedora_rs:
|
|
provider: rackspace
|
|
image: Fedora 17
|
|
size: 256 server
|
|
os: Fedora
|
|
minion:
|
|
cheese: edam
|