Skip to content

Instantly share code, notes, and snippets.

Created March 31, 2015 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/77b681daadec033b5483 to your computer and use it in GitHub Desktop.
Save anonymous/77b681daadec033b5483 to your computer and use it in GitHub Desktop.
my-provider:
- minion:
master: {{ cloud['master'] }}
ssh_interface: public_ips
id: {{ cloud['aws_key'] }}
key: '{{ cloud['aws_secret'] }}'
private_key: /etc/salt/cloud.providers.d/key/aws.pem
keyname: aws
securitygroup: default
provider: ec2
my-provider-ireland:
provider: my-provider:ec2
location: eu-west-1
my-provider-virginia:
provider: my-provider:ec2
location: us-east-1
my-provider-oregon:
provider: my-provider:ec2
location: us-west-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment