From e2d3506af64e4cdbc50f0c0959f5f6e03d9872bc 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') 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