d_strobel.windows.rdl_server_domain_status (1.4.0) — module

Add or remove the server to the Remote Desktop license server group in a given domain.

Authors: Dustin Strobel (@d-strobel)

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 server to the Remote Desktop license server group in a given domain.

Inputs

    
state:
    choices:
    - present
    - absent
    default: present
    description:
    - Set to C(present) to ensure the server is present in the Remote Desktop license
      server group.
    - Set to C(absent) to ensure the server is removed from the Remote Desktop license
      server group.
    type: str

domain:
    description:
    - Define the domain name.
    required: true
    type: str