File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ The following attributes are required for each user:
31
31
* password - If a hash is provided then that will be used, but otherwise the
32
32
account will be locked
33
33
* groups - a list of supplementary groups for the user.
34
+ * profile - a string block for setting custom shell profiles
34
35
* ssh-key - This should be a list of ssh keys for the user. Each ssh key
35
36
should be included directly and should have no newlines.
36
37
@@ -48,9 +49,14 @@ Example:
48
49
name: Foo Barrington
49
50
groups: ['wheel','systemd-journal']
50
51
uid: 1001
52
+ profile: |
53
+ alias ll='ls -lah'
51
54
ssh_key:
52
55
- "ssh-rsa AAAAA.... foo@machine"
53
56
- "ssh-rsa AAAAB.... foo2@machine"
57
+ groups_to_create:
58
+ - name: developers
59
+ gid: 10000
54
60
users_deleted:
55
61
- username: bar
56
62
name: Bar User
You can’t perform that action at this time.
0 commit comments