This version was created
almost 5 years ago.
Packer Windoze - jborean93/WindowsServer2008R2
Info
This is an image based on the evaluation ISO supplied by Microsoft. It has all
the updates available for the host at the time applied and comes ready to be
run by Vagrant. When Vagrant starts the box, sysprep will automatically run
and create a brand new Windows instance with WinRM up and running.
Details on how to connect are;
-
username
: vagrant
-
password
: vagrant
-
connector
: winrm
Included programs (versions dependent on the Windows version);
Other configurations from the standard image;
- WinRM HTTP and HTTPS listener with Basic and CredSSP enabled
-
Win32-OpenSSH v8.0.0.0p1-Beta
- Default Administrator account disabled, password is also
vagrant
- Hidden files and folders and file extensions are shown by default
Changes
v0.7.0 - 2019-12-20
- Added
qemu/libvirt
boxes and default template to use VirtIO drivers for better performance
- Pin the VirtIO driver version to a specific version that can be manually updated across version. Currently at the latest stable version of
0.1.171
.
- Updated OpenSSH version to v8.0.0.0p1-Beta
- Raised minimum Ansible version to
2.7.0
.
- Swapped the connection plugin from
winrm
to psrp
for faster builds. The pypsrp Python library needs to be installed.
v0.6.0 - 2019-01-20
- Fix logic when setting the
LocalAccountTokenFilterPolicy
value when setting up the WinRM listener
- Added ability to override the base Chocolatey packages that are installed with the image, use the
opt_package_setup_packages
variable with -e
when generating the template to configure
- Moved away from custom role to install the Win32-OpenSSH components, now using the jborean93.win_openssh role
- Updated OpenSSH version 7.9.0.0p1-Beta
- Installed the virtio-network driver on VirtualBox images
v0.5.0 - 2018-08-08
v0.4.0 - 2018-05-16
- Create a PS Module called
PackerWindoze
that stores the Reset-WinRMConfig
cmdlet that recreates the WinRM configuration and keep that post sysprep for downstream users to call at any time
- Added support for the Server 1803 image
- Install the full sysinternals suite instead of just PsTools, ProcMon, and ProcExp
- Fixed issue where the WinRM HTTPS firewall rule was not created after sysprep
- Fixed issue where WinRM still allowed unencrypted data after sysprep
v0.3.0 - 2018-05-10
- Updated OpenSSH version to v7.6.1.0p1-Beta
- Set the builtin
vagrant
account password to never expire
- Stop using the Ansible ConfigureRemotingForAnsible.ps1 script, swap over to custom script to support SHA256 and simplify steps
- Added Hyper-V builder support by specifying
-e opt_packer_setup_builder=hyperv
- This will only run on a Windows with WSL host and doesn't work for Server 2008
v0.2.0 - 2017-12-01
- Create a custom Vagrantfile template for the final image that includes the username and other required settings
- Moved sysprep process before the image is created
- Added
slmgr.vbs /rearm
to run just after Vagrant starts the image to get the full evaluation period possible
- Removed SSL certificates that were created during the packer build process
- Installed Win32-OpenSSH v0.0.23.0 on all images eacept Server 2008
- Added .travis-ci file to run ansible-lint on the Ansible files for some testing sanity
- Decided to install the VirtualBox guest additions tools as part fo the build process
- Added vim to the list of chocolatey packages to help with Core OS installs or connecting via SSH
Specific changes to this host type
- Enabled TLSv1.2 cipher support for both the client and server components
v0.0.1 - 2017-10-29
- First images built by this process
3 providers for this version.
-
hyperv
|
unknown
|
Hosted by Vagrant Cloud
(5.65 GB)
|
|
-
libvirt
|
unknown
|
Hosted by Vagrant Cloud
(5.95 GB)
|
|
-
virtualbox
|
unknown
|
Hosted by Vagrant Cloud
(5.75 GB)
|
|
This version was created
over 5 years ago.
Packer Windoze - jborean93/WindowsServer2008R2
Info
This is an image based on the evaluation ISO supplied by Microsoft. It has all
the updates available for the host at the time applied and comes ready to be
run by Vagrant. When Vagrant starts the box, sysprep will automatically run
and create a brand new Windows instance with WinRM up and running.
Details on how to connect are;
-
username
: vagrant
-
password
: vagrant
-
connector
: winrm
Included programs (versions dependent on the Windows version);
Other configurations from the standard image;
- WinRM HTTP and HTTPS listener with Basic and CredSSP enabled
-
Win32-OpenSSH v7.7.2.0p1-Beta
- Default Administrator account disabled, password is also
vagrant
- Hidden files and folders and file extensions are shown by default
Changes
v0.6.0 - 2019-01-20
- Fix logic when setting the
LocalAccountTokenFilterPolicy
value when setting up the WinRM listener
- Added ability to override the base Chocolatey packages that are installed with the image, use the
opt_package_setup_packages
variable with -e
when generating the template to configure
- Moved away from custom role to install the Win32-OpenSSH components, now using the jborean93.win_openssh role
- Updated OpenSSH version 7.9.0.0p1-Beta
- Installed the virtio-network driver on VirtualBox images
v0.5.0 - 2018-08-08
v0.4.0 - 2018-05-16
- Create a PS Module called
PackerWindoze
that stores the Reset-WinRMConfig
cmdlet that recreates the WinRM configuration and keep that post sysprep for downstream users to call at any time
- Added support for the Server 1803 image
- Install the full sysinternals suite instead of just PsTools, ProcMon, and ProcExp
- Fixed issue where the WinRM HTTPS firewall rule was not created after sysprep
- Fixed issue where WinRM still allowed unencrypted data after sysprep
v0.3.0 - 2018-05-10
- Updated OpenSSH version to v7.6.1.0p1-Beta
- Set the builtin
vagrant
account password to never expire
- Stop using the Ansible ConfigureRemotingForAnsible.ps1 script, swap over to custom script to support SHA256 and simplify steps
- Added Hyper-V builder support by specifying
-e opt_packer_setup_builder=hyperv
- This will only run on a Windows with WSL host and doesn't work for Server 2008
v0.2.0 - 2017-12-01
- Create a custom Vagrantfile template for the final image that includes the username and other required settings
- Moved sysprep process before the image is created
- Added
slmgr.vbs /rearm
to run just after Vagrant starts the image to get the full evaluation period possible
- Removed SSL certificates that were created during the packer build process
- Installed Win32-OpenSSH v0.0.23.0 on all images eacept Server 2008
- Added .travis-ci file to run ansible-lint on the Ansible files for some testing sanity
- Decided to install the VirtualBox guest additions tools as part fo the build process
- Added vim to the list of chocolatey packages to help with Core OS installs or connecting via SSH
Specific changes to this host type
- Enabled TLSv1.2 cipher support for both the client and server components
v0.0.1 - 2017-10-29
- First images built by this process
2 providers for this version.
-
hyperv
|
unknown
|
Hosted by Vagrant Cloud
(5.67 GB)
|
|
-
virtualbox
|
unknown
|
Hosted by Vagrant Cloud
(5.63 GB)
|
|
This version was created
about 6 years ago.
Packer Windoze - jborean93/WindowsServer2008R2
Info
This is an image based on the evaluation ISO supplied by Microsoft. It has all
the updates available for the host at the time applied and comes ready to be
run by Vagrant. When Vagrant starts the box, sysprep will automatically run
and create a brand new Windows instance with WinRM up and running.
Details on how to connect are;
-
username
: vagrant
-
password
: vagrant
-
connector
: winrm
Included programs (versions dependent on the Windows version);
Other configurations from the standard image;
- WinRM HTTP and HTTPS listener with Basic and CredSSP enabled
-
Win32-OpenSSH v7.7.2.0p1-Beta
- Default Administrator account disabled, password is also
vagrant
- Hidden files and folders and file extensions are shown by default
Changes
v0.5.0 - 2018-08-08
v0.4.0 - 2018-05-16
- Create a PS Module called
PackerWindoze
that stores the Reset-WinRMConfig
cmdlet that recreates the WinRM configuration and keep that post sysprep for downstream users to call at any time
- Added support for the Server 1803 image
- Install the full sysinternals suite instead of just PsTools, ProcMon, and ProcExp
- Fixed issue where the WinRM HTTPS firewall rule was not created after sysprep
- Fixed issue where WinRM still allowed unencrypted data after sysprep
v0.3.0 - 2018-05-10
- Updated OpenSSH version to v7.6.1.0p1-Beta
- Set the builtin
vagrant
account password to never expire
- Stop using the Ansible ConfigureRemotingForAnsible.ps1 script, swap over to custom script to support SHA256 and simplify steps
- Added Hyper-V builder support by specifying
-e opt_packer_setup_builder=hyperv
- This will only run on a Windows with WSL host and doesn't work for Server 2008
v0.2.0 - 2017-12-01
- Create a custom Vagrantfile template for the final image that includes the username and other required settings
- Moved sysprep process before the image is created
- Added
slmgr.vbs /rearm
to run just after Vagrant starts the image to get the full evaluation period possible
- Removed SSL certificates that were created during the packer build process
- Installed Win32-OpenSSH v0.0.23.0 on all images eacept Server 2008
- Added .travis-ci file to run ansible-lint on the Ansible files for some testing sanity
- Decided to install the VirtualBox guest additions tools as part fo the build process
- Added vim to the list of chocolatey packages to help with Core OS installs or connecting via SSH
Specific changes to this host type
- Enabled TLSv1.2 cipher support for both the client and server components
v0.0.1 - 2017-10-29
- First images built by this process
1 provider for this version.
-
virtualbox
|
unknown
|
Hosted by Vagrant Cloud
(6.42 GB)
|
|
This version was created
over 6 years ago.
Packer Windoze - jborean93/WindowsServer2008R2
Info
This is an image based on the evaluation ISO supplied by Microsoft. It has all
the updates available for the host at the time applied and comes ready to be
run by Vagrant. When Vagrant starts the box, sysprep will automatically run
and create a brand new Windows instance with WinRM up and running.
Details on how to connect are;
-
username
: vagrant
-
password
: vagrant
-
connector
: winrm
Included programs (versions dependent on the Windows version);
Other configurations from the standard image;
- WinRM HTTP and HTTPS listener with Basic and CredSSP enabled
-
Win32-OpenSSH v7.6.1.0p1-Beta
- Default Administrator account disabled, password is also
vagrant
- Hidden files and folders and file extensions are shown by default
Changes
v0.4.0 - 2018-05-16
- Create a PS Module called
PackerWindoze
that stores the Reset-WinRMConfig
cmdlet that recreates the WinRM configuration and keep that post sysprep for downstream users to call at any time
- Added support for the Server 1803 image
- Install the full sysinternals suite instead of just PsTools, ProcMon, and ProcExp
- Fixed issue where the WinRM HTTPS firewall rule was not created after sysprep
- Fixed issue where WinRM still allowed unencrypted data after sysprep
v0.3.0 - 2018-05-10
- Updated OpenSSH version to v7.6.1.0p1-Beta
- Set the builtin
vagrant
account password to never expire
- Stop using the Ansible ConfigureRemotingForAnsible.ps1 script, swap over to custom script to support SHA256 and simplify steps
- Added Hyper-V builder support by specifying
-e opt_packer_setup_builder=hyperv
- This will only run on a Windows with WSL host and doesn't work for Server 2008
v0.2.0 - 2017-12-01
- Create a custom Vagrantfile template for the final image that includes the username and other required settings
- Moved sysprep process before the image is created
- Added
slmgr.vbs /rearm
to run just after Vagrant starts the image to get the full evaluation period possible
- Removed SSL certificates that were created during the packer build process
- Installed Win32-OpenSSH v0.0.23.0 on all images eacept Server 2008
- Added .travis-ci file to run ansible-lint on the Ansible files for some testing sanity
- Decided to install the VirtualBox guest additions tools as part fo the build process
- Added vim to the list of chocolatey packages to help with Core OS installs or connecting via SSH
Specific changes to this host type
- Enabled TLSv1.2 cipher support for both the client and server components
v0.0.1 - 2017-10-29
- First images built by this process
2 providers for this version.
-
hyperv
|
unknown
|
Hosted by Vagrant Cloud
(6.76 GB)
|
|
-
virtualbox
|
unknown
|
Hosted by Vagrant Cloud
(7.06 GB)
|
|
This version was created
over 6 years ago.
Packer Windoze - jborean93/WindowsServer2008R2
Info
This is an image based on the evaluation ISO supplied by Microsoft. It has all
the updates available for the host at the time applied and comes ready to be
run by Vagrant. When Vagrant starts the box, sysprep will automatically run
and create a brand new Windows instance with WinRM up and running.
Details on how to connect are;
-
username
: vagrant
-
password
: vagrant
-
connector
: winrm
Included programs (versions dependent on the Windows version);
Other configurations from the standard image;
- WinRM HTTP and HTTPS listener with Basic and CredSSP enabled
-
Win32-OpenSSH v7.6.1.0p1-Beta
- Default Administrator account disabled, password is also
vagrant
- Hidden files and folders and file extensions are shown by default
Changes
v0.3.0 - 2018-05-09
- Updated OpenSSH version to v7.6.1.0p1-Beta
- Set the builtin
vagrant
account password to never expire
- Stop using the Ansible ConfigureRemotingForAnsible.ps1 script, swap over to custom script to support SHA256 and simplify steps
- Added Hyper-V builder support by specifying
-e opt_packer_setup_builder=hyperv
- This will only run on a Windows with WSL host and doesn't work for Server 2008
v0.2.0 - 2017-12-01
- Create a custom Vagrantfile template for the final image that includes the username and other required settings
- Moved sysprep process before the image is created
- Added
slmgr.vbs /rearm
to run just after Vagrant starts the image to get the full evaluation period possible
- Removed SSL certificates that were created during the packer build process
- Installed Win32-OpenSSH v0.0.23.0 on all images eacept Server 2008
- Added .travis-ci file to run ansible-lint on the Ansible files for some testing sanity
- Decided to install the VirtualBox guest additions tools as part fo the build process
- Added vim to the list of chocolatey packages to help with Core OS installs or connecting via SSH
Specific changes to this host type
- Enabled TLSv1.2 cipher support for both the client and server components
v0.0.1 - 2017-10-29
- First images built by this process
2 providers for this version.
-
hyperv
|
unknown
|
Hosted by Vagrant Cloud
(6.94 GB)
|
|
-
virtualbox
|
unknown
|
Hosted by Vagrant Cloud
(6.85 GB)
|
|
This version was created
almost 7 years ago.
Info
This is an image based on the evaluation ISO supplied by Microsoft. It has all
the updates available for the host at the time applied and comes ready to be
run by Vagrant. When Vagrant starts the box, sysprep will automatically run
and create a brand new Windows instance with WinRM up and running.
Details on how to connect are;
-
username
: vagrant
-
password
: vagrant
-
connector
: winrm
Included programs (versions dependent on the Windows version);
Other configurations from the standard image;
- WinRM HTTP and HTTPS listener with Basic and CredSSP enabled
-
Win32-OpenSSH v0.0.23.0 - Except on Server 2008 SP2 images
- Default Administrator account disabled, password is also
vagrant
- Hidden files and folders and file extensions are shown by default
Changes
See packer-windoze CHANGELOG.md
for more info
- Vagrantfile template is now associated with each image
- Sysprep is now run before the image is created saving time when starting up
a box
- Evaluation is rearmed after image is started to get the full trial
- Removed the SSL HTTPS certificate created during the Packer build as it is
redundant after that
- Install Win32-OpenSSH and set to start that when the image is created, this
is not done with Server 2008 SP2 as it does not work on this version
- Installed the VirtualBox Guest Additions in the image
- Added Vim to the list of installed programs so the core image is more useful
Version specific changes;
- Enabled TLSv1.2 cipher suite support in the image
1 provider for this version.
-
virtualbox
|
unknown
|
Hosted by Vagrant Cloud
(8.05 GB)
|
|
This version was created
almost 7 years ago.
First cut at a Vagrantbox for WIndows Server 2008 R2 Standard. This is a minimal image based on the evaluation ISO.
Username: vagrant
Password: vagrant
1 provider for this version.
-
virtualbox
|
unknown
|
Hosted by Vagrant Cloud
(8.69 GB)
|
|