mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
add freebsd
This commit is contained in:
parent
0f105266d3
commit
225b274bc1
@ -79,6 +79,20 @@ fedora_18_aws:
|
||||
where: us-east-1
|
||||
cloud: ec2
|
||||
|
||||
# FreeBSD 9.1
|
||||
# http://www.daemonology.net/freebsd-on-ec2/
|
||||
freebsd_91_aws:
|
||||
provider: aws
|
||||
image: ami-5339bb3a
|
||||
size: Micro Instance
|
||||
os: Freebsd
|
||||
ssh_username: ec2_user
|
||||
location: us-east-1
|
||||
minion:
|
||||
grains:
|
||||
where: us-east-1
|
||||
cloud: ec2
|
||||
|
||||
# Canonical Ubuntu LTS images
|
||||
# http://cloud-images.ubuntu.com/releases/
|
||||
ubuntu_lucid_aws:
|
||||
|
@ -79,6 +79,20 @@ fedora_18_aws:
|
||||
where: us-west-1
|
||||
cloud: ec2
|
||||
|
||||
# FreeBSD 9.1
|
||||
# http://www.daemonology.net/freebsd-on-ec2/
|
||||
freebsd_91_aws:
|
||||
provider: aws
|
||||
image: ami-4c8baa09
|
||||
size: Micro Instance
|
||||
os: Freebsd
|
||||
ssh_username: ec2_user
|
||||
location: us-west-1
|
||||
minion:
|
||||
grains:
|
||||
where: us-west-1
|
||||
cloud: ec2
|
||||
|
||||
# Canonical Ubuntu LTS images
|
||||
# http://cloud-images.ubuntu.com/releases/
|
||||
ubuntu_lucid_aws:
|
||||
|
@ -79,6 +79,20 @@ fedora_18_aws:
|
||||
where: us-west-2
|
||||
cloud: ec2
|
||||
|
||||
# FreeBSD 9.1
|
||||
# http://www.daemonology.net/freebsd-on-ec2/
|
||||
freebsd_91_aws:
|
||||
provider: aws
|
||||
image: ami-aa09819a
|
||||
size: Micro Instance
|
||||
os: Freebsd
|
||||
ssh_username: ec2_user
|
||||
location: us-west-2
|
||||
minion:
|
||||
grains:
|
||||
where: us-west-2
|
||||
cloud: ec2
|
||||
|
||||
# Canonical Ubuntu LTS images
|
||||
# http://cloud-images.ubuntu.com/releases/
|
||||
ubuntu_lucid_aws:
|
||||
|
Loading…
Reference in New Issue
Block a user