fileserver smb: set user shell explicit
All checks were successful
ansible-lint / gitleaks (push) Successful in 57s
ansible-lint / Ansible Lint (push) Successful in 1m23s

This commit is contained in:
Michael Grote 2025-01-18 20:37:01 +01:00
parent 563223e182
commit 0b94bc0d96

View file

@ -13,6 +13,7 @@
state: "{{ item.state | default('present') }}"
remove: "{{ item.remove_dir | default('false') }}"
create_home: false
shell: /usr/sbin/nologin
loop: "{{ smb_users }}"
no_log: "{{ no_debug | default('true') }}"
notify: set samba passwords