https://github.com/grycap/ansible-role-vnc
This ansible role installs the VNC + noVNC software
https://github.com/grycap/ansible-role-vnc
Last synced: 4 months ago
JSON representation
This ansible role installs the VNC + noVNC software
- Host: GitHub
- URL: https://github.com/grycap/ansible-role-vnc
- Owner: grycap
- License: apache-2.0
- Created: 2025-05-27T11:42:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-29T07:12:41.000Z (about 1 year ago)
- Last Synced: 2026-02-12T07:04:38.430Z (4 months ago)
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://github.com/grycap/ansible-role-vnc/actions?query=workflow%3ACI)
# 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