Files
securityonion/pillar/users/pillar.example
m0duspwnens 50ab63162a users
2024-01-17 12:51:15 -05:00

19 lines
465 B
Plaintext

users:
sclapton:
# required fields
status: present
# 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: Stevie Claptoon
uid: 1001
gid: 1001
homephone: does not have a phone
groups:
- mygroup1
- mygroup2
- wheel # give sudo access