users action
Description
Action should synchronize users on host.
Proposal
system_users:
- name: "porzech"
- name: "tziol"
comment: "go away"
groups:
- "o"
- "m"
- "g"
sudoer: yes
password: "CRYPTED_PASSWORD"
system_users_base_group: "citask"
Requirements:
- Role should create users from the provided list.
- Role should update provided information about groups, sudo permissions, password.
- All users managed by this role should be in one group. Based on the presence in this group and presence on the list users absent users should be blocked.
Questions:
- Should blocking users depend on some parameter (
system_users_remove_missing
)?
Links / references
Edited by Bartłomiej Daca