You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
The guacamole configuration in both main.yaml and manage_users.yaml makes extensive use of the uri module to interact with the (undocumented) Guacamole API.
This makes the Ansible quite inelegant, messy and relies on some heavy jinja2 filter chains. It would be good to replace this with a set of new Guacamole modules which can handle the logic more elegantly.
The text was updated successfully, but these errors were encountered:
The guacamole configuration in both
main.yaml
andmanage_users.yaml
makes extensive use of the uri module to interact with the (undocumented) Guacamole API.This makes the Ansible quite inelegant, messy and relies on some heavy jinja2 filter chains. It would be good to replace this with a set of new Guacamole modules which can handle the logic more elegantly.
The text was updated successfully, but these errors were encountered: