This role installs and configures Apache Gucamole on Debian based hosts.
- Ubuntu 20.04
- Debian 11
ansible-galaxy install bwinfosec.guacamole
- name: Setup guacamole proxy
hosts: guacamole
become: true
vars:
guacamole_nginx_server_name: guacamole.example.com
guacamole_docker_extension: true
roles:
- bwinfosec.guacamole
All role variables can be found in defaults/main.yml.
For LDAP set up, please check this.
For any required dependencies are listed in requirements.yml.
To install them run
ansible-galaxy install -vr requirements.yml
This role includes a molecule test to execute on Debian 11 and Ubuntu 20.04.
This work is licensed under the EUPL 1.2.