Advertisement
Guest User

Untitled

a guest
Mar 7th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. sles-base:
  2. provider: aws
  3. image: myimage
  4. ssh_username:
  5. - my-user
  6. size: t2.micro
  7. network_interfaces:
  8. - DeviceIndex: 0
  9. PrivateIpAddress:
  10. - <bla>
  11. AssociatePublicIpAddress: false
  12. SubnetId: subnet-id
  13. SecurityGroupId:
  14. - sg-id
  15. del_root_vol_on_destroy: True
  16. del_all_vol_on_destroy: True
  17. tmp_dir: /tmp/.saltcloud/
  18. deploy_command: sh /tmp/.saltcloud/deploy.sh
  19. script: bootstrap-salt.sh
  20. script_args: -i -F -C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement