From 87c598e0adb88581982bfa59375bdd1a7fe53969 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 26 Jul 2026 00:58:07 +0200 Subject: Change the ssh role to only inject pre-generated keys Co-Authored-By: Claude.ai --- roles/ssh/meta/argument_specs.yml | 8 ++++++++ 1 file changed, 8 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 43aa0d43..81ab218f 100644 --- a/roles/ssh/meta/argument_specs.yml +++ b/roles/ssh/meta/argument_specs.yml @@ -16,3 +16,11 @@ argument_specs: elements: "str" required: false description: "List of SSH known_hosts entries in 'hostname keytype keydata' format" + ssh_private_key: + type: "str" + required: true + description: "Pre-generated Ed25519 host private key (OpenSSH format), unique per host" + ssh_public_key: + type: "str" + required: true + description: "Pre-generated Ed25519 host public key matching ssh_private_key" -- cgit v1.2.3