From bd9545a90c3a5e16046112da818afd7028a7cd22 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 26 Jul 2026 02:23:21 +0200 Subject: Change pve-lxc-ssh implementation to only inject pre-generated keys Co-Authored-By: Claude.ai --- configure.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.yml') diff --git a/configure.yml b/configure.yml index 647c0204..e707dfab 100644 --- a/configure.yml +++ b/configure.yml @@ -152,6 +152,8 @@ vars: pve_lxc_id: "{{ hostvars[service_host].pve_lxc_id }}" pve_lxc_ssh_port: "{{ hostvars[service_host].pve_lxc_ssh_port }}" + pve_lxc_ssh_private_key: "{{ hostvars[service_host].pve_lxc_ssh_private_key }}" + pve_lxc_ssh_public_key: "{{ hostvars[service_host].pve_lxc_ssh_public_key }}" loop: "{{ groups['containers'] }}" loop_control: loop_var: "service_host" -- cgit v1.2.3