mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
Clarify 'USERGROUPS_ENAB yes' in /etc/login.defs
This commit is contained in:
parent
9a87434464
commit
11955df2b0
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
- name: Establish user {{ iiab_admin_user }} with shell /bin/bash, for login to IIAB's Admin Console (http://box.lan/admin) AND for IIAB support commands at the command-line (/usr/bin/iiab-* and /usr/sbin/iiab-*)
|
||||
user:
|
||||
name: "{{ iiab_admin_user }}"
|
||||
#group: "{{ iiab_admin_user }}" # Neither nec as 'USERGROUPS_ENAB yes'
|
||||
#groups: "{{ iiab_admin_user }}" # is set in any modern /etc/login.defs
|
||||
shell: /bin/bash
|
||||
#password: "{{ iiab_admin_pwd_hash }}"
|
||||
#update_password: on_create
|
||||
|
|
Loading…
Reference in a new issue