feature: added an id attribute for users that must be specified for their account creation
This commit is contained in:
@@ -56,6 +56,7 @@ users:
|
||||
# @NOTE key/field names MUST match value of 'username' key or field of its object
|
||||
senpai:
|
||||
username: senpai
|
||||
id: 1000
|
||||
password: !vault |
|
||||
$ANSIBLE_VAULT;1.2;AES256;vps1-senpai
|
||||
62626662666239376237616464626630393562373130623934653764333139346337313539613863
|
||||
@@ -113,6 +114,7 @@ users:
|
||||
email: ajt95@prole.biz
|
||||
ftp:
|
||||
username: ftp
|
||||
id: 999
|
||||
password: ~
|
||||
shell: /sbin/nologin
|
||||
home: /srv/ftp
|
||||
|
||||
Reference in New Issue
Block a user