Releases: scicore-unibas-ch/ansible-modules-guacamole
Releases · scicore-unibas-ch/ansible-modules-guacamole
Fix option to enable rdp drive
Fix argument rdp_enable_drive
Details in #29
new modules "list_connections" and "list_users"
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
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"
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"
- 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
0.0.12 add some breaks in loops
added new module to administer connections groups
This release also fixes a bug in the user module
add support to define "parent_group" name when adding a connection
0.0.10 Merge branch 'master' of github.com:scicore-unibas-ch/ansible-modules…
fix hardcoded datasource (db backend)
- fix the hardcoded datasource (db backend)
- improve docs with right date format
fixed option "rdp_security"
0.0.8 fix option rdp_security