d_strobel.windows.rdl_server_status (1.4.0) — module

Activate, deactivate or reactivate the remote desktop license server.

Authors: Yasmin Hinel (@yahikii)

Install collection

Install with ansible-galaxy collection install d_strobel.windows:==1.4.0


Add to requirements.yml

  collections:
    - name: d_strobel.windows
      version: 1.4.0

Description

Add or remove the company parameters of the wmi object of the remote desktop license server.

Inputs

    
state:
    choices:
    - activated
    - deactivated
    default: present
    description:
    - Set to C(present) to ensure the exclusion range is present.
    - Set to C(absent) to ensure the exclusion range is removed.
    type: str

method:
    choices:
    - automatic
    - manual
    description:
    - Define the server activation/deactivation/reactivation method.
    required: false
    type: str

confirm_code:
    description:
    - Specify the product id/license server id.
    - This parameter is required when the method is set to manual.
    required: false
    type: str

reactivation_reason:
    choices:
    - redeployment
    - corrcupt_certificate
    - compromised_private_key
    - activation_key_expired
    - server_upgrade
    description:
    - Specify the reason for the reactivation of the license server.
    - This parameter is required when method is set to C(automatic).
    required: false
    type: str