From aa8d8855e0a153245f2ad0832ebeea80af57cbfb Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 9 Nov 2025 00:46:18 +0100 Subject: Refactor scattered known_hosts to be part of the ssh role --- roles/ssh/meta/argument_specs.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roles/ssh/meta/argument_specs.yml') 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" -- cgit v1.2.3