Skip to content

Commit 23e7b18

Browse files
author
choglundsp
authored
Update README.md
1 parent 8b2e7bd commit 23e7b18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The following attributes are required for each user:
3131
* password - If a hash is provided then that will be used, but otherwise the
3232
account will be locked
3333
* groups - a list of supplementary groups for the user.
34+
* profile - a string block for setting custom shell profiles
3435
* ssh-key - This should be a list of ssh keys for the user. Each ssh key
3536
should be included directly and should have no newlines.
3637

@@ -48,9 +49,14 @@ Example:
4849
name: Foo Barrington
4950
groups: ['wheel','systemd-journal']
5051
uid: 1001
52+
profile: |
53+
alias ll='ls -lah'
5154
ssh_key:
5255
- "ssh-rsa AAAAA.... foo@machine"
5356
- "ssh-rsa AAAAB.... foo2@machine"
57+
groups_to_create:
58+
- name: developers
59+
gid: 10000
5460
users_deleted:
5561
- username: bar
5662
name: Bar User

0 commit comments

Comments
 (0)