aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-05-27 17:03:51 +0300
committerheqnx <root@heqnx.com>2025-05-27 17:03:51 +0300
commit0e9c8dc71a87b86a9d99c82b5f9aaa37dffeb9bd (patch)
treebbe1561b2b77feb41661c09625414c6e6debdd6a /README.md
parent3e90dbaae41eb66eecf2ac0f1a8cc8e3a9078376 (diff)
downloadansible-playbooks-0e9c8dc71a87b86a9d99c82b5f9aaa37dffeb9bd.tar.gz
ansible-playbooks-0e9c8dc71a87b86a9d99c82b5f9aaa37dffeb9bd.zip
added tigervnc role
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f5e60a..11fcb6b 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,13 @@ This repository contains a collection of Ansible roles and playbooks designed to
- Configures sshd Match blocks to enforce restrictions for the user.
- Prevents execution of arbitrary commands or shell escapes.
+### `roles/tigervnc/` - Lightweight VNC server setup with TigerVNC
+- Installs TigerVNC server and related utilities (tigervnc-standalone-server, tigervnc-common, autocutsel).
+- Deploys a system-wide helper script /usr/local/bin/vnc-server for easy management of VNC sessions (start, stop, list).
+- Configures TigerVNC server to run securely on localhost only, preventing external direct connections.
+- Leaves VNC server startup manual, allowing users to launch their own VNC sessions as needed.
+- Does not open any VNC ports on firewall by default; users should tunnel over SSH or configure firewall manually for remote access.
+
### `roles/tor/` - Tor installation and configuration
- Installs and configures the Tor service.
- Ensures Tor is routing traffic correctly.