Skip to content

Commit

Permalink
Updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Jan 15, 2024
2 parents a6aeb44 + 3581cf8 commit 7853648
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion guacamole/guacamole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
ansible.builtin.meta: flush_handlers
when: not guacamole_vars.create_only_backend

- name: Setup password for default ubuntu user - standart
- name: Setup password for default ubuntu user - standard
become: true
ansible.builtin.user:
name: "{{ guacamole_vars.default_user }}"
password: "{{ guacamole_vars.default_password | password_hash('sha512') }}"
update_password: always
password_lock: false

- name: Restart xrdp
ansible.builtin.systemd:
Expand Down
2 changes: 1 addition & 1 deletion packer/update_base_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
when: update

- name: Download new base image
ansible.builtin.command: ~/mc cp osbielefeld/cloud-images/"{{ name }}" .
ansible.builtin.command: mc cp osbielefeld/cloud-images/"{{ name }}" .
when: update
changed_when: false

Expand Down
2 changes: 2 additions & 0 deletions rstudio/rstudio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
name: "{{ rstudio_vars.default_user }}"
password: "{{ rstudio_vars.default_password | password_hash('sha512') }}"
update_password: always
password_lock: false


- name: Install R role
include_role:
Expand Down

0 comments on commit 7853648

Please sign in to comment.