This repository contains a Vagrantfile for provisioning a Windows web server using VirtualBox
Before you begin, make sure you have the following installed on your machine:
-
Clone this repository:
git clone https://github.com/Think-Cube/VagrantWindowsServer2016.git cd VagrantWindowsServer2016
-
Edit the Vagrantfile to customize the configuration if needed.
-
Bring up the virtual machine:
vagrant up
-
Connect to the Windows web server using WinRM:
vagrant winrm webserver01
- Box: fujiiface/2012r2
- Hostname: windows-webserver01
- IP Address: 192.168.57.3 (change as needed)
- WinRM Credentials:
- Username: vagrant
- Password: vagrant
-
Memory: 2048 MB
-
CPUs: 2
This project is licensed under the MIT License.
Feel free to contribute by opening issues or pull requests. Your feedback and improvements are highly appreciated!