mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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-*)
|
- 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:
|
user:
|
||||||
name: "{{ iiab_admin_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
|
shell: /bin/bash
|
||||||
#password: "{{ iiab_admin_pwd_hash }}"
|
#password: "{{ iiab_admin_pwd_hash }}"
|
||||||
#update_password: on_create
|
#update_password: on_create
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue