Skip to content
Snippets Groups Projects
Commit 4c06ddf6 authored by Lars Beckers's avatar Lars Beckers
Browse files

guest-overlay: remove password hash

parent 83060540
No related branches found
No related tags found
1 merge request!6guest-overlay: remove password hash
Pipeline #3955 passed
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
......@@ -16,7 +16,7 @@
home: "/guests/home/gast"
group: gast
# yamllint disable-line rule:line-length
password: $6$F03ruuLNpygmNPj0$fYWL/GFUowsCFxn1kH6rEG1CgdX99jTCWhDpkd4fLBWAQtEsp2PudDHUUUvNaM3MO9kfW4fONSy5ui61hwidc.
password: "{{ 'gast' | password_hash('sha512', 'F03ruuLNpygmNPj0') }}"
shell: "/bin/bash"
state: present
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment