Skip to content

Instantly share code, notes, and snippets.

Created September 19, 2017 22:05
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 anonymous/5f5211e5fd3146e2eaf23704fcbc5677 to your computer and use it in GitHub Desktop.
Save anonymous/5f5211e5fd3146e2eaf23704fcbc5677 to your computer and use it in GitHub Desktop.
base_windows_2012:
provider: linux
image: ami-3c4ba944
ssh_interface: private_ips
size: t2.micro
userdata_file: /etc/salt/cloud.profiles.d/windows-firewall.ps1
userdata_template: jinja
win_installer: /etc/salt/cloud.profiles.d/Salt-Minion-2016.11.5-AMD64-Setup.exe
win_username: Administrator
win_password: qaadmin
keyname: SISLinux
private_key: /etc/salt/SISLinux.pem
network_interfaces:
- DeviceIndex: 0
PrivateIpAddresses:
- Primary: True
AssociatePublicIpAdress: False
SubnetId: subnet-11941f76
SecurityGroupId:
- sg-9198b2e9
win_deploy_auth_retries: 10
win_deploy_auth_retry_delay: 120
del_root_vol_on_destroy: True
del_all_vols_on_destroy: True
rename_on_destroy: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment