novnc
novnc
Ansible role to install and configure noVNC via easy-novnc.
Sponsor
Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.
Table of content
Requirements
- Minimum Ansible version:
2.10
Default Variables
novnc_address
Address to listen on for the service
Default value
novnc_address: 0.0.0.0:8080
novnc_arbitrary_hosts
Allow connections to other hosts
Default value
novnc_arbitrary_hosts: false
novnc_arbitrary_ports
Allow connections to other ports
Default value
novnc_arbitrary_ports: false
novnc_basic_ui
Hide connection options from the main screen
Default value
novnc_basic_ui: false
novnc_binary_checksum
Checksem of the binary release
Default value
novnc_binary_checksum: sha256:395407ae7e824a7706bc259f0b8fc1c8b98b068a4bb76a3139b02c8a331be5b3
novnc_binary_url
URL where to get the binary release from
Default value
novnc_binary_url: https://github.com/pgaskin/easy-novnc/releases/download/v{{ novnc_binary_version
}}/easy-novnc_linux-64bit
novnc_binary_version
Version of the binary to download
Default value
novnc_binary_version: 1.1.0
novnc_cidr_blacklist
List of CIDR blacklist if arbitrary hosts are enabled
Default value
novnc_cidr_blacklist: []
novnc_cidr_whitelist
List of CIDR whitelist if arbitrary hosts are enabled
Default value
novnc_cidr_whitelist: []
novnc_default_view_only
Use view-only by default
Default value
novnc_default_view_only: false
novnc_host
Default host to connect to
Default value
novnc_host:
novnc_host_option
List of host options allowed to connect to
Default value
novnc_host_option: []
novnc_no_url_password
Do not allow password in URL params
Default value
novnc_no_url_password: false
novnc_params
List of extra params for noVNC
Default value
novnc_params: []
novnc_port
Default value
novnc_port:
novnc_verbose
Default port to connect to
Default value
novnc_verbose: false
Discovered Tags
novnc
Dependencies
- None
License
Apache-2.0
Author
ansible-galaxy install rolehippie/novnc