summaryrefslogtreecommitdiff
path: root/roles/unix_users/defaults/main.yml
blob: d79958e9a35913f99cf2a7518b896d0f299c2a75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# List of system users to create. Value a list of dicts with keys:
#
#       username -- the username of the new user
#       comment -- the GECOS/realname of the new user
#       shell -- the shell to use (defaults to /bin/bash)
#       system -- yes/no, is user a system user (default no)
#       sudo -- yes/no, should user have sudo access? (without password)
#

unix_users: []


# Specify directory where per-user authorized_keys files are stored.
# Each user has their own file in the directory, named after their
# username. You MUST specify this variable. You may put more than one
# key in each user's file.
#
# You MUST create a file for each user in unix_users. An empty file
# will do.

authkeys_dir: /