sevensolutions / nomad-iis

🧩 A TaskDriver plugin for HashiCorp Nomad to run IIS workloads.
https://nomad-iis.sevensolutions.cc/
MIT License
14 stars 1 forks source link

Application Only Mode #28

Closed sevensolutions closed 10 months ago

sevensolutions commented 11 months ago

Currently, deploying an IIS job will always create a new website and application. I need a way to deploy a new application into an existing website which is managed outside of nomad. This is needed especially in situations where you have an existing server where you only want to manage "some" applications by nomad.

I'am thinking about something like:

config {
  target_website = "Default Web Site"

  application {
    path = "..."
  }
}

This will only manage the application inside the specified website but never touch the website itself.

There're a few restrictions: