Skip to content

ivandroconradi/ansible-windows-remote-desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors