Skip to content

External version of module

Latest

Choose a tag to compare

@leshkinski leshkinski released this 04 Feb 12:44

This version allow for adding server thumbprint on tentacles and leaving tentacles unmanaged until manually registered on the server. Used to address a single use-case. Expected to be addressed by the main version in the future.
Usage:

    cTentacleAgent OctopusTentacle 
    { 
        Ensure = "Present" 
        State  = "Started" 
        Name   = "Tentacle"           
        AutoRegister = $false
        OctopusServerThumbprint = '<server_thumbprint>'
        ListenPort                  = 10933
        DefaultApplicationDirectory = "C:\Applications"
        OctopusHomeDirectory        = "C:\Octopus"
    }