Skip to content

ait-testbed/atb-ansible-novnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role to install NoVNC

This role installs novnc with x11vnc and websockify.

Requirements

A debian based linux distribution

Role Variables

novnc_packages:
  - websockify
  - x11vnc
  - novnc

Dependencies

No dependencies

Example Playbook

The following playbook installs the novnc-role:

    - hosts: servers
      roles:
         - role: novnc

License

GPL-3.0

Author Information

Wolfgang Hotwagner