Add placeholders for remote viewing.
This commit is contained in:
parent
3baf02951c
commit
cefa9f73ec
@ -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!
|
||||||
|
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