Skip to content

Releases: rsWinAutomationSupport/OctopusDSC

External version of module

04 Feb 12:44
Compare
Choose a tag to compare

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"
    }

v2.1.0

05 May 16:06
Compare
Choose a tag to compare

Adds support for multiple deploy projects on one node.

New release for use with rsProvisioining v2.0.0

08 Jan 14:03
Compare
Choose a tag to compare
adding functionality to give specific version to deploy on initial de…

First tag of OctopusDSC Resource Module

04 Dec 16:46
Compare
Choose a tag to compare

Resources included in this module:

  • cTentacleAgent