summaryrefslogtreecommitdiffstats
path: root/roles/ssh/meta
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ssh/meta')
-rw-r--r--roles/ssh/meta/argument_specs.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/ssh/meta/argument_specs.yml b/roles/ssh/meta/argument_specs.yml
index 7581a905..a2e1721e 100644
--- a/roles/ssh/meta/argument_specs.yml
+++ b/roles/ssh/meta/argument_specs.yml
@@ -13,3 +13,8 @@ argument_specs:
required: false
default: 2222
description: "The default ssh port configuration (to avoid port 22 pwn/testing)"
+ ssh_known_hosts:
+ type: "list"
+ elements: "str"
+ required: false
+ description: "List of SSH known_hosts entries in 'hostname keytype keydata' format"