summaryrefslogtreecommitdiff
path: root/roles/unix_users/README
diff options
context:
space:
mode:
Diffstat (limited to 'roles/unix_users/README')
-rw-r--r--roles/unix_users/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/unix_users/README b/roles/unix_users/README
new file mode 100644
index 0000000..f16f873
--- /dev/null
+++ b/roles/unix_users/README
@@ -0,0 +1,3 @@
+This role creates Unix system users (i.e., ones listed in
+`/etc/passwd`, traditionally). To use this role, define a variable
+`system_users`, see `defaults/main.yml` for details.