diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-26 02:23:21 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-26 02:24:38 +0200 |
| commit | bd9545a90c3a5e16046112da818afd7028a7cd22 (patch) | |
| tree | 9ab501c73e980bae15fe1aae855e3048c673665b /configure.yml | |
| parent | 2f60116a43706774f1a815d8513d0ec23e880fc2 (diff) | |
Change pve-lxc-ssh implementation to only inject pre-generated keys
Co-Authored-By: Claude.ai
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
