# Users

Define system users once and link apps to them.

Host vars:
```yaml
users:
  - deploy
  - app
```

Defaults:
- `users`: [inventory_hostname]

Notes:
- App `user` defaults to the first entry in `users`.
