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.yml8
1 files changed, 8 insertions, 0 deletions
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"