summaryrefslogtreecommitdiff
path: root/roles/unix_users/defaults/main.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-10-21 10:57:35 +0300
committerLars Wirzenius <liw@liw.fi>2020-10-21 10:57:35 +0300
commit32ab130707616ed01aed81e8b10dc63f445d2278 (patch)
treebf83cf125d39cd2fc3f3b2be12f0989454dcace5 /roles/unix_users/defaults/main.yml
parent4702f64f2e26f0294ab7a3b24cad7d198d21b054 (diff)
downloaddebian-ansible-32ab130707616ed01aed81e8b10dc63f445d2278.tar.gz
unix_users: drop obsolete authkeys_dir variable, bump version
Also, document the variables in the subplot.
Diffstat (limited to 'roles/unix_users/defaults/main.yml')
-rw-r--r--roles/unix_users/defaults/main.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/roles/unix_users/defaults/main.yml b/roles/unix_users/defaults/main.yml
index 8982001..cfcf754 100644
--- a/roles/unix_users/defaults/main.yml
+++ b/roles/unix_users/defaults/main.yml
@@ -13,7 +13,6 @@ unix_users_version: null
# sudo -- yes/no, should user have sudo access? (without password)
# ssh_key -- install this as ~/.ssh/id_rsa
# ssh_key_pub -- install this as ~/.ssh/id_rsa.pub
-# ssh_key_pub -- install this as ~/.ssh/id_rsa.pub
# authorized_keys -- install this as ~/.ssh/authorized_keys
# password -- encrypted password
#
@@ -22,19 +21,3 @@ unix_users_version: null
#
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.
-#
-# THIS IS NOW DEPRECATED. DO NOT USE. If you leave this empty, the old,
-# deprecated way of installing authorized_keys files is skipped. If you
-# still use that, then set it in your own vars. But switch to the new
-# way asap: set authorized_keys field for the user, see above.
-
-authkeys_dir: