Sha256: 0aa36dea12f6c417ea5e475317a4249686e8288f5287bda5bd39577c156ad028

Contents?: true

Size: 456 Bytes

Versions: 7

Compression:

Stored size: 456 Bytes

Contents

---
- name: Allow traffic to port 3389
  win_shell: Enable-NetFirewallRule -DisplayGroup "Remote Desktop"

- name: Enable RDP
  win_shell: Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -name "fDenyTSConnections" -value 0

- name: Allow RDP to use local user authentication
  win_shell: Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "UserAuthentication" -Value 0

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cloud-mu-3.6.10 ansible/roles/mu-rdp/tasks/main.yml
cloud-mu-3.6.9 ansible/roles/mu-rdp/tasks/main.yml
cloud-mu-3.6.8 ansible/roles/mu-rdp/tasks/main.yml
cloud-mu-3.6.7 ansible/roles/mu-rdp/tasks/main.yml
cloud-mu-3.6.5 ansible/roles/mu-rdp/tasks/main.yml
cloud-mu-3.6.4 ansible/roles/mu-rdp/tasks/main.yml
cloud-mu-3.6.3 ansible/roles/mu-rdp/tasks/main.yml