ansible icon indicating copy to clipboard operation
ansible copied to clipboard

Example Ansible project for installing / managing Kasm Workspaces deployments

Results 6 ansible issues
Sort by recently updated
recently updated
newest added

open 443 port is from docker that is installed by the same Ansible ``` TASK [install_common : Install agent role] ************************************************************************************************************************************************************************************************** fatal: [host.name.example]: FAILED! => {"attempts": 1, "changed": true, "cmd":...

Ansible broken on Debian First there are DIFFERNT verisons of netcat `nc` out there that have different outputs This script is geared towards `netcat-openbsd` output `Connection to xx.xxx.xx.xx 5432 port...

In the current role, ansible group names are static and do not allow the user to change the naming schema It would be great to handle this situation and allow...

As of now the current Role design only allows multi servers installation. It would be nice to handle also the single server installation and described in the main documentation here:...

It is not a good practice to use un-prefixed variables in an ansible role since this would bring to clash with other role used in the same playbooks. As a...

Hi i came here because i thought i could use these to install kasm in a usable way. please remove the run command tasks from the plays and implement the...