Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 729 Bytes

File metadata and controls

19 lines (12 loc) · 729 Bytes

License CI

VNC + noVNC Role

This ansible role installs the VNC + noVNC software.

Example Playbook

This an example of how to install this role:

- hosts: server
  roles:
  - { role: 'grycap.vnc', vnc_password: 'some_pass' }

Contributing to the role

In order to keep the code clean, pushing changes to the master branch has been disabled. If you want to contribute, you have to create a branch, upload your changes and then create a pull request. Thanks