Skip to content

Instantly share code, notes, and snippets.

@clintonb
Created November 5, 2013 05:16
Show Gist options
  • Save clintonb/7314251 to your computer and use it in GitHub Desktop.
Save clintonb/7314251 to your computer and use it in GitHub Desktop.
Example salt-cloud config
# Set Salt master
minion:
master: eng-salt-master.example.com
providers:
ec2:
provider: ec2
ssh_username: ec2-user
ssh_interface: private_ips
start_action: state.highstate
rename_on_destroy: True
# AWS Credentials
id: xxxxxxx
key: 'yyyyyyyyyy'
private_key: /etc/salt/cloud.pem
keyname: salt-cloud
size: m1.small
securitygroupid:
- sg-1234
- sg-abc
dev:
provider: ec2
subnetid: subnet-1234
image: ami-05355a6c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment