Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Enables Windows Remote Desktop Services on Windows. [EOL 01.10.2020]

License

Notifications You must be signed in to change notification settings

sbaerlocher/ansible.remote-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: remote-desktop

Build Status license Ansible Galaxy Ansible Role

Description

Enables Windows Remote Desktop Services on Windows.

Installation

ansible-galaxy install sbaerlocher.remote_desktop

Requirements

None

Role Variables

Variable Default Comments (type)
remote_desktop_enabled false
remote_desktop_minencryptionLevel '3' getadmx doc
remote_desktop_port 3389
remote_desktop_shutdown_disable false Disables the ability to shut down the device.
remote_desktop_securitylayer '1' getadmx doc
remote_desktop_group 'Remotedesktopbenutzer' Group for logging on to the Remote Desktop Service.
remote_desktop_members [] Users or groups who are allowed to log on to the Remote Desktop.

Dependencies

None

Example Playbook

- hosts: all
  roles:
    - sbaerlocher.remote-desktop

Author

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright

(c) 2020, Simon Bärlocher

About

Enables Windows Remote Desktop Services on Windows. [EOL 01.10.2020]

Resources

License

Stars

Watchers

Forks

Packages

No packages published