You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ps: A Windows Print Server on Windows Server 2012 R2
ts: A Windows Terminal Server
Installation
This Vagrantfile uses the vagrant-reload plugin to reboot the Windows VM's during provisioning. If you don't have this plugin installed, do it now with
vagrant plugin install vagrant-reload
To build the boxes, use vagrant up with the box name.
Each box will be reboot twice until all features are up and running.
Create Domain Controller
First create the AD domain controller
vagrant up dc
After that the domain windomain.local is up and running at IP address 192.168.38.2.
Some users will be created from the users.csv file.
A special service user will be created for JBoss7 integration and its keytab file for SSO.
Create AD FS2 Server
This guest will join the domain and install the ADFS2.
vagrant up adfs2
I don't know if the ADFS2 is set up correctly. I just managed the domain join.
Create Web Server
This guest will join the domain and set up an IIS Web Server on host web.
vagrant up web
After installation, you have an IIS 7 Web Server, but also an iisnode with Node.js up and running.