Add placeholders for remote viewing.

This commit is contained in:
Hyperling 2021-07-14 07:08:27 -05:00
parent 3baf02951c
commit cefa9f73ec
3 changed files with 9 additions and 0 deletions

View File

@ -72,6 +72,11 @@
- include: tasks/workstation/settings/nfs.yml - 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
# Additional setup for miners! # Additional setup for miners!

View File

@ -0,0 +1,2 @@
---
# Allow remote viewing via open/free RDP.

View File

@ -0,0 +1,2 @@
---
# Allow remote viewing desktops via VNC.