mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-26 02:43:11 +01:00
21 lines
515 B
Plaintext
21 lines
515 B
Plaintext
users:
|
|
sclapton:
|
|
# required fields
|
|
status: <present | absent>
|
|
# node_access determines which node types the user can access.
|
|
# this can either be by grains.role or by final part of the minion id after the _
|
|
node_access:
|
|
- standalone
|
|
- searchnode
|
|
# optional fields
|
|
fullname: <string>
|
|
uid: <integer>
|
|
gid: <integer>
|
|
roomnumber: <string>
|
|
workphone: <string>
|
|
homephone: <string>
|
|
groups:
|
|
- <string>
|
|
- <string>
|
|
- wheel # give sudo access
|