mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
This adds two options to the user module: groups and append. groups is a comma-delimited list of supplementary groups a user should belong to. If a user is currently a member of a group not listed in groups, the user will be removed from it. To change this behavior, use append=yes. This will append the user to the list of supplementary groups and *not* remove the user from unlisted groups. |
||
|---|---|---|
| .. | ||
| apt | ||
| async_status | ||
| async_wrapper | ||
| command | ||
| copy | ||
| facter | ||
| failtest | ||
| file | ||
| git | ||
| group | ||
| ohai | ||
| ping | ||
| service | ||
| setup | ||
| shell | ||
| template | ||
| user | ||
| yum | ||