Windows IIS Driver
Name: nomad_iis
This plugin is a task driver to run IIS Web Applications on Windows Servers. Each allocation will create an AppPool and a Website.
For a full documentation please refer to the project's Readme.
Unlike most other Nomad task drivers, this one is written in the C# language using ASP.NET. It uses the Microsoft.Web.Administration-API to communicate with IIS.
Note
At the moment I'm developing this plugin as a hobby project. Version 1 has not yet been reached and breaking changes may still occur.Sample Job
Please refer to the project's Readme for the full documentation and configuration options.
Download
Download the latest version from here.
Source Code
You can get the full source code of this plugin on Github.