In between commit auto user creation before system email refactoring

This commit is contained in:
2025-04-24 14:42:38 +02:00
parent f27076a5cc
commit 59e985eb3b
12 changed files with 119 additions and 53 deletions

View File

@@ -2,7 +2,7 @@
user:
name: administrator
update_password: on_create
password: "{{ users.administrator.initial_password | password_hash('sha512') }}"
password: "{{ users.administrator.password | password_hash('sha512') }}"
create_home: yes
generate_ssh_key: yes
ssh_key_type: rsa