Remmina

This role installs Remmina package and plugins.

General

  • Installing the Remmina client and relevant plugins
- name: install remmina package and plugins
  package:
    name: remmina, remmina-plugin-rdp, remmina-plugin-secret, remmina-plugin-spice
    state: latest
  become: true

Removal

apt-get purge remmina remmina-plugin-rdp remmina-plugin-secret remmina-plugin-spice
apt-get autoremove

Dependencies

Role Dependencies

jammy_gnome

Package Dependencies

Role Variables

Name Type Default value Purpose Comment Role
remmina_conf Boolean false Installs Remmina - jammy_remmina

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: username.rolename, x: 42 }

License

BSD

Author Information

Maintainer: Raffael Nussbaumer

Support-Contact: s4d-linux-support@id.ethz.ch