Skip to content

Commit

Permalink
fix(Guacamaole):fixing hashing
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Nov 23, 2023
1 parent 650c41f commit 39e9852
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions guacamole/roles/guacamole/tasks/005-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,3 @@
path: /etc/xrdp/xrdp.ini
line: exec startxfce4
notify: Restart xrdp

- name: Setup password for default user
ansible.builtin.user:
name: "{{ default_user }}"
password: "{{ default_password | password_hash('sha512') }}"
2 changes: 0 additions & 2 deletions guacamole/roles/guacamole/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
# vars file for guacamolerdp-ansible

default_user: ubuntu
default_password: ogvkyf
guac_user: denbi
guac_password: denbi
guacamole_version: 1.5.3

0 comments on commit 39e9852

Please sign in to comment.