Note
This plugin is part of the community.windows collection (version 1.2.0).
To install it use: ansible-galaxy collection install community.windows
.
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 | Choices/Defaults | 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. |
max_connections integer | The maximum number of connections allowed. If set to 0 , no new connections are allowed.If set to -1 , the number of connections is unlimited. | |
ssl_bridging string |
| Specifies whether to use SSL Bridging. none : no SSL bridging.https_http : HTTPS-HTTP bridging.https_https : HTTPS-HTTPS bridging. |
See also
The official documentation on the community.windows.win_rds_cap module.
The official documentation on the community.windows.win_rds_rap module.
The official documentation on the community.windows.win_rds_settings module.
- 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–2021 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.11/collections/community/windows/win_rds_settings_module.html