Skip to content

Commit

Permalink
Merge branch 'dev' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Nov 23, 2023
2 parents a9fa1c1 + e8182e3 commit 650c41f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion guacamole/roles/guacamole/tasks/005-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
- name: Setup password for default user
ansible.builtin.user:
name: "{{ default_user }}"
password: "{{ default_password_hashed }}"
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
Expand Up @@ -3,8 +3,6 @@

default_user: ubuntu
default_password: ogvkyf
# you can create password hashes like here https://stackoverflow.com/questions/19292899/creating-a-new-user-and-password-with-ansible
default_password_hashed: $6$iRrIJogrR0N2ZVdb$oL5XzFqcTC.O3g4DS945a5K7nRvO0LqY.ugyjDINUA347qRYXe1YXag8cRlLf9PVwmNrRYU3LTNGyCIPbFvz4/
guac_user: denbi
guac_password: denbi
guacamole_version: 1.5.3

0 comments on commit 650c41f

Please sign in to comment.