Note
This module is part of the community.windows collection (version 2.4.0).
You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.
To install it, use: ansible-galaxy collection install community.windows. You need further requirements to be able to use this module, see Requirements for details.
To use it in a playbook, specify: community.windows.win_rds_settings.
The below requirements are needed on the host that executes this module.
Parameter | Comments |
|---|---|
certificate_hash string | Certificate hash (thumbprint) for the Remote Desktop Gateway server. The certificate hash is the unique identifier for the certificate. |
enable_only_messaging_capable_clients boolean | If enabled, only clients that support logon messages and administrator messages can connect. Choices:
|
max_connections integer | The maximum number of connections allowed. If set to If set to |
ssl_bridging string | Specifies whether to use SSL Bridging.
Choices:
|
See also
Manage Connection Authorization Policies (CAP) on a Remote Desktop Gateway server.
Manage Resource Authorization Policies (RAP) on a Remote Desktop Gateway server.
Manage main settings of a Remote Desktop Gateway server.
- name: Configure the Remote Desktop Gateway
community.windows.win_rds_settings:
certificate_hash: B0D0FA8408FC67B230338FCA584D03792DA73F4C
max_connections: 50
notify:
- Restart TSGateway service
© 2012–2018 Michael DeHaan
© 2018–2025 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/collections/community/windows/win_rds_settings_module.html