Manage main settings of a Remote Desktop Gateway server
- Configure general settings of a Remote Desktop Gateway server.
The below requirements are needed on the host that executes this module.
- Windows Server 2008R2 (6.1) or higher.
- The Windows Feature "RDS-Gateway" must be enabled.
.. seealso:: :ref:`community.windows.win_rds_cap_module` The official documentation on the **community.windows.win_rds_cap** module. :ref:`community.windows.win_rds_rap_module` The official documentation on the **community.windows.win_rds_rap** module. :ref:`community.windows.win_rds_settings_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
- Kevin Subileau (@ksubileau)