Skip to content

ait-testbed/atb-ansible-tightvnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: TightVNC

This Ansible role installs the TightVNC server. It configures the VNC server with a password and a specific port.

Requirements

  • A Debian-based system (like Ubuntu)
  • Ansible installed
  • MATE desktop environment installed

Role Variables

  • vnc_user: The user to run the VNC server
  • vnc_password: The password for VNC access (default "password").
  • vnc_display: The display number for the VNC server (default: ":1").
  • vnc_port: The port number for the VNC server (default: 5900).

Example Playbook

- hosts: your_target_host
  become: yes
  vars:
    vnc_user: "your_username"
    vnc_password: "your_secure_password"
    vnc_display: ":1"
    vnc_port: 5901
  roles:
    - atb-ansible-tightvnc

About

installs tightvnc server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published