Created
January 9, 2014 17:04
-
-
Save sroegner/8337806 to your computer and use it in GitHub Desktop.
salt-cloud provider config example with vpc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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