I am looking for a way to use onprem TFS 2018 release pipeline for deploying a web solution to a cluster of multiple servers in a locked down PCI environment.
For security reasons we cannot link target servers to TFS server directly, i.e. connecting multiple release agents directly. Instead I am looking for a way to create something like a proxy agent in the PCI environment which would sit between TFS and end point release agents and pass all commands and packages from TFS to them. Does TFS allow this kind of configuration? Is there any workable alternative for my scenario?
Many thanks