summaryrefslogtreecommitdiffstats
path: root/roles/ssh/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-09 00:46:18 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-09 01:47:00 +0100
commitaa8d8855e0a153245f2ad0832ebeea80af57cbfb (patch)
treeb82a681774708915299f6cf2288c9a8ab836eec3 /roles/ssh/meta
parent399826fd634e47134feb919b0ee0805035475fc4 (diff)
Refactor scattered known_hosts to be part of the ssh role
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"