Skip to content

Instantly share code, notes, and snippets.

@stefhen
Created May 3, 2016 19:51
Show Gist options
  • Save stefhen/0cd3c71d107822dd1bb76b6f755b5c46 to your computer and use it in GitHub Desktop.
Save stefhen/0cd3c71d107822dd1bb76b6f755b5c46 to your computer and use it in GitHub Desktop.
name "stefhen-standalone"
rs_ca_ver 20131202
short_description "Stefhen Tagging Test"
long_description "Stefhen Tagging Test long"
parameter "security_groups" do
label "security_groups"
type "string"
end
resource "standalone_server", type: "server" do
name "stefhen_standalone_server"
cloud_href "/api/clouds/3"
instance_type "m1.small"
ssh_key "stefhen-rightscale"
security_groups $security_groups
server_template find("Base ServerTemplate for Linux (v14.1.1)", revision: 68)
end
operation "launch" do
description "Launch server"
definition "launch"
end
define launch(@standalone_server) do
provision(@standalone_server)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment