os.user¶
Declaratively manage a system user account
Properties¶
| Property | Type | Required | Description |
|---|---|---|---|
append_groups |
boolean | No | - |
comment |
string | No | - |
create_home |
boolean | No | - |
gid |
integer | No | - |
group |
string | No | - |
groups |
array | No | - |
home |
string | No | - |
name |
string | Yes | - |
remove_home |
boolean | No | - |
shell |
string | No | - |
state |
string | No | - |
system |
boolean | No | - |
uid |
integer | No | - |
Platform Support¶
linux, darwin, windows