Skip to content

Commit

Permalink
Merge pull request #23 from roumano/multiple_authentification_backend
Browse files Browse the repository at this point in the history
Support multiple guacamole backend at the same time
  • Loading branch information
mrlesmithjr authored Jul 14, 2023
2 parents f36e680 + c1e1a8f commit ce31bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ guacamole_server_package: "{{ 'guacamole-server-' + guacamole_version + '.tar.gz

guacamole_server_port: 4822

#guacamole_basic_user_mapping: /etc/guacamole/user-mapping.xml
guacamole_basic_user_mapping: /etc/guacamole/user-mapping.xml

guacamole_src_dir: /usr/local/src

Expand Down
2 changes: 1 addition & 1 deletion tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- "restart {{ guacamole_tomcat_service }}"
- kill guacd
- restart guacd
when: not guacamole_mysql_auth and not guacamole_postgresql_auth
when: guacamole_users is defined and guacamole_users | list | length >= 1

- name: config | Downloading Auth JDBC Library
ansible.builtin.unarchive:
Expand Down

0 comments on commit ce31bcb

Please sign in to comment.