Add placeholders for remote viewing.
This commit is contained in:
parent
3baf02951c
commit
cefa9f73ec
@ -71,6 +71,11 @@
|
||||
when: ansible_system == "Linux"
|
||||
|
||||
- include: tasks/workstation/settings/nfs.yml
|
||||
|
||||
- include: tasks/workstation/settings/vnc.yml
|
||||
when: vnc is defined
|
||||
- include: tasks/workstation/settings/rdp.yml
|
||||
when: rdp is defined
|
||||
|
||||
|
||||
|
||||
|
2
tasks/workstation/settings/rdp.yml
Normal file
2
tasks/workstation/settings/rdp.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
# Allow remote viewing via open/free RDP.
|
2
tasks/workstation/settings/vnc.yml
Normal file
2
tasks/workstation/settings/vnc.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
# Allow remote viewing desktops via VNC.
|
Loading…
x
Reference in New Issue
Block a user