summaryrefslogtreecommitdiffstats
path: root/roles/pve-lxc-ssh/meta
diff options
context:
space:
mode:
Diffstat (limited to 'roles/pve-lxc-ssh/meta')
-rw-r--r--roles/pve-lxc-ssh/meta/argument_specs.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/pve-lxc-ssh/meta/argument_specs.yml b/roles/pve-lxc-ssh/meta/argument_specs.yml
index 6f03937d..5a840670 100644
--- a/roles/pve-lxc-ssh/meta/argument_specs.yml
+++ b/roles/pve-lxc-ssh/meta/argument_specs.yml
@@ -10,3 +10,11 @@ argument_specs:
type: "int"
default: 2222
description: "SSH port to configure inside the container"
+ pve_lxc_ssh_private_key:
+ type: "str"
+ required: true
+ description: "Pre-generated Ed25519 host private key (OpenSSH format), unique per container"
+ pve_lxc_ssh_public_key:
+ type: "str"
+ required: true
+ description: "Pre-generated Ed25519 host public key matching pve_lxc_ssh_private_key"