Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boutetnico/ansible-role-tigervnc
Install and configure TigerVNC using Ansible.
https://github.com/boutetnico/ansible-role-tigervnc
ansible debian tigervnc ubuntu vnc vnc-server
Last synced: 13 days ago
JSON representation
Install and configure TigerVNC using Ansible.
- Host: GitHub
- URL: https://github.com/boutetnico/ansible-role-tigervnc
- Owner: boutetnico
- License: mit
- Created: 2019-09-23T15:05:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T08:08:26.000Z (5 months ago)
- Last Synced: 2024-11-07T13:29:25.951Z (2 months ago)
- Topics: ansible, debian, tigervnc, ubuntu, vnc, vnc-server
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
[![tests](https://github.com/boutetnico/ansible-role-tigervnc/workflows/Test%20ansible%20role/badge.svg)](https://github.com/boutetnico/ansible-role-tigervnc/actions?query=workflow%3A%22Test+ansible+role%22)
[![Ansible Galaxy](https://img.shields.io/badge/galaxy-boutetnico.tigervnc-blue.svg)](https://galaxy.ansible.com/boutetnico/tigervnctigervnc)ansible-role-tigervnc
=====================This role installs and configures [TigerVNC](https://tigervnc.org/).
Requirements
------------Ansible 2.10 or newer.
Supported Platforms
-------------------- [Debian - 11 (Bullseye)](https://wiki.debian.org/DebianBullseye)
- [Debian - 12 (Bookworm)](https://wiki.debian.org/DebianBookworm)
- [Ubuntu - 22.04 (Jammy Jellyfish)](http://releases.ubuntu.com/22.04/)
- [Ubuntu - 24.04 (Noble Numbat)](http://releases.ubuntu.com/24.04/)Role Variables
--------------| Variable | Required | Default | Choices | Comments |
|------------------------|----------|-------------------------|-----------|------------------------------------------------|
| tigervnc_dependencies | yes | `[dbus-x11]` | list | |
| tigervnc_user | yes | `vnc` | string | User running the VNC server. |
| tigervnc_group | yes | `vnc` | string | Group running the VNC server. |
| tigervnc_extra_groups | yes | `[]` | list | List of extra groups of vnc server user. |
| tigervnc_home_dir | yes | `/home/vnc` | string | Home directory of vnc server user. |
| tigervnc_password | yes | `abcd1234` | string | Password required to connect to the VNC server.|
| tigervnc_password_file | yes | `/home/vnc/.vnc/passwd` | string | Path to the VNC server password file. |
| tigervnc_options | yes | `-geometry 1440x900` | string | VNC server options. |
| tigervnc_services | yes | | string | See `defaults/main.yml`. |Dependencies
------------None
Example Playbook
----------------- hosts: all
roles:
- ansible-role-tigervncTesting
-------molecule test
License
-------MIT
Author Information
------------------[@boutetnico](https://github.com/boutetnico)