ansible-role-accounts/README.md

14 lines
433 B
Markdown
Raw Permalink Normal View History

2026-01-23 10:30:47 +01:00
accounts role
This role:
- creates groups from the `accounts_groups` list
- creates/removes users from the `accounts_users` list
- optionally creates any users declared in `accounts_groups[].members` when `create_missing_users: true`
Vars (examples):
- `accounts_groups` (list)
- `accounts_users` (list)
- `create_missing_users` (bool, default: false)
Usage: include the `accounts` role in a play or run `playbooks/accounts.yml`.