Skip to content

Instantly share code, notes, and snippets.

@sroegner
Created January 9, 2014 17:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sroegner/8337806 to your computer and use it in GitHub Desktop.
Save sroegner/8337806 to your computer and use it in GitHub Desktop.
salt-cloud provider config example with vpc
myprovider:
provider: ec2
ssh_interface: private_ips
id: JHHJHUHLLJLKKLK>NKLL
key: 'lnjfelvehvho4of24fn2nf02[fn3ov3sfk'
private_key: /etc/salt/automation.pem
keyname: automation
securitygroupid:
- sg-abcdef12
- sg-abcdef13
- sg-abcdef12
subnetid: subnet-kuhuep1
del_root_vol_on_destroy: True
del_all_vols_on_destroy: True
rename_on_destroy: True
location: us-east-1
availability_zone: us-east-1a
minion:
mine_interval: 2
mine_functions:
network.interfaces: []
network.ip_addrs: []
test.ping: []
grains.items: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment