Skip to content

Releases: scicore-unibas-ch/ansible-modules-guacamole

Fix option to enable rdp drive

26 Sep 18:11
Compare
Choose a tag to compare

Fix argument rdp_enable_drive

Details in #29

new modules "list_connections" and "list_users"

23 Jun 12:21
Compare
Choose a tag to compare

Added two new modules:

  • list_connections
  • list_users

Both modules return details for the existing users and connections in list and dict format

Optimization of assigning permissions to users

24 Nov 09:27
Compare
Choose a tag to compare

This version avoids looping every connection to update permission as this is slow and could fail when the guacamole instance has many connections.

Check #20 for details.

Additional parameters for module "guacamole_connection"

04 Dec 16:25
Compare
Choose a tag to compare

This release adds support for the following parameters in the module guacamole_connection:

  • ssh_passphrase
  • ssh_private_key
  • rdp_color_depth
  • rdp_domain
  • rdp_drive_enable
  • rdp_drive_name
  • rdp_drive_path
  • rdp_enable_full_window_drag
  • rdp_server_layout
  • max_connections_per_user
  • recording_path
  • recording_include_keys
  • recording_name

It also renames argument sftp_private_key_password to sftp_passphrase in order to be more consistent with Guacamole's API.

Thanks @sbraz for this contribution!

new option "rdp_ignore_server_cert"

14 Nov 18:37
Compare
Choose a tag to compare
  • Added new option rdp_ignore_server_certs
  • Fix to grant user permissions to a connection and the parent group when adding a user to a connection in a sub-group (not main group)

add support to update password for guacadmin user

10 Nov 16:21
Compare
Choose a tag to compare
0.0.12

add some breaks in loops

added new module to administer connections groups

30 Oct 12:17
Compare
Choose a tag to compare

This release also fixes a bug in the user module

add support to define "parent_group" name when adding a connection

28 Oct 14:42
Compare
Choose a tag to compare
0.0.10

Merge branch 'master' of github.com:scicore-unibas-ch/ansible-modules…

fix hardcoded datasource (db backend)

02 Oct 14:13
Compare
Choose a tag to compare
  • fix the hardcoded datasource (db backend)
  • improve docs with right date format

fixed option "rdp_security"

04 Aug 14:45
Compare
Choose a tag to compare
0.0.8

fix option rdp_security