ansible_init #3

Merged
sinibaldi merged 41 commits from ansible_init into main 2025-11-11 14:37:30 +01:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 32f2ece944 - Show all commits

View File

@ -17,7 +17,8 @@
# Directly generate hash
# https://www.lisenet.com/2019/ansible-generate-crypted-passwords-for-the-user-module/
password: "{{ ansible_crypted_password | password_hash('sha512') }}"
shell: /bin/bash
shell: /bin/bash
update_password: on_create
system: yes
home: /srv/ansible
state: present