summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-08-09 11:19:55 +0300
committerLars Wirzenius <liw@liw.fi>2022-08-09 11:19:55 +0300
commite830e74c4ae4bb34e1e041b8e55ddc1511407392 (patch)
tree696ceda861cb558520ab85c4d4a4f98a5246bdd5 /roles
parentc8521a5e296879e376323a75f22192a3ff88501d (diff)
downloaddebian-ansible-e830e74c4ae4bb34e1e041b8e55ddc1511407392.tar.gz
fix: add missing defaults file
Sponsored-by: author
Diffstat (limited to 'roles')
-rw-r--r--roles/sshd/defaults/main.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/sshd/defaults/main.yml b/roles/sshd/defaults/main.yml
new file mode 100644
index 0000000..20c9563
--- /dev/null
+++ b/roles/sshd/defaults/main.yml
@@ -0,0 +1,9 @@
+# The user of the role MUST define the version they want to use. If
+# it's not what the version of unix_users being used actually
+# provides, the role will fail.
+sshd_version: null
+
+
+# Allow SSH server to use `authorized_keys` files?
+sshd_allow_authorized_keys: yes
+