summaryrefslogtreecommitdiff
path: root/roles/unix_users/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-12 18:11:07 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-12 18:11:07 +0300
commit5df713fefd62a8ef392944a39f35c4324a73b910 (patch)
tree7509f6e2cc208ee59fdf7687dce0e2d813df40db /roles/unix_users/README
parent39e48621be51ac5a7173860c1985b40c74780279 (diff)
downloaddebian-ansible-5df713fefd62a8ef392944a39f35c4324a73b910.tar.gz
Add a role to create Unix system users
Including setting authorized_keys, and passwordless sudo access.
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.