Skip to content

Instantly share code, notes, and snippets.

@yannick
Created April 9, 2015 09:11
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 yannick/4c2427b13390296f5978 to your computer and use it in GitHub Desktop.
Save yannick/4c2427b13390296f5978 to your computer and use it in GitHub Desktop.
salt-cloud profile
small:
provider: aws-frankfurt
image: ami-m1am1
size: t2.small
ssh_username: root
script: bootstrap-salt
script_args: -F -D -L -A saltmaster.my.domain -i
tag: {'Environment': 'production', 'Role': 'generic'}
sync_after_install: all
block_device_mappings:
- DeviceName: /dev/sda
Ebs.VolumeSize: 100
Ebs.VolumeType: gp2
Ebs.SnapshotId: dummy0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment