diff options
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" |
