Repo for building windows server 2016/2019 vagrant boxes from packer templates.
For example, this box may be used for testing ansible windows roles.
Note: supported only VirtualBox provider.
- Virtualbox 5.2.26
- Packer 1.3.4
- Vagrant 2.2.3
To build a Windows Server 2019 box, execute bash script:
$ sh build.sh
This script build Windwos Server 2019 box for the VirtualBox provider and import this box to vagrant. Build time ~46 minutes.
See examples
dir in this repo.