mrlesmithjr.windows-remote-desktop

Table of Contents generated with DocToc

ansible-windows-remote-desktop

An Ansible role to install Remote Desktop (RDP) on Windows

Requirements

Role Variables

---
# defaults file for ansible-windows-remote-desktop

windows_remote_desktop_enabled: true

windows_remote_desktop_firewall: []
  # - name: Remote Desktop
  #   action: allow
  #   description: Disabled Default Remote Desktop Rule
  #   direction: in
  #   enable: false
  #   force: true
  #   localport: 3389
  #   protocol: TCP
  #   state: present
  # - name: Remote Desktop - Any
  #   action: allow
  #   description: Allow Remote Desktop From Any
  #   direction: in
  #   enable: true
  #   force: true
  #   localport: 3389
  #   profile: any
  #   protocol: TCP
  #   remoteip: any
  #   state: present
  # - name: Remote Desktop - 192.168.250.0/24
  #   action: allow
  #   description: Allow Remote Desktop From 192.168.250.0/24
  #   direction: in
  #   enable: true
  #   force: true
  #   localip: '{{ ansible_ssh_host }}'
  #   localport: 3389
  #   profile: any
  #   protocol: TCP
  #   remoteip: 192.168.250.0/24
  #   state: present

Dependencies

Example Playbook

---
- hosts: windows_hosts
  roles:
    - role: ansible-windows-remote-desktop

License

MIT

Author Information

Larry Smith Jr.

About

An [Ansible](https://www.ansible.com) role to install `Remote Desktop (RDP)` on [Windows](https://www.microsoft.com/en-us/windows)

Install
ansible-galaxy install mrlesmithjr.windows-remote-desktop
GitHub repository
License
mit
Downloads
201
Owner
Sharing practical insights on virtualization, cloud, automation, and DevOps to help others build, automate, and innovate with confidence.