playbook.yml aktualisiert

This commit is contained in:
az 2024-05-08 09:45:06 +02:00
parent 4bda6214da
commit b0d7d35026
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
- name: create user student
ansible.builtin.user:
name: "pruefung"
password: "morz"
password: "{{ 'morz' | password_hash('sha512') }}"
shell: /bin/bash
comment: Prüfungsbenutzer
group: pruefung