From 4b8654a2b0edc90798372cba357f23b15b51657c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 16 Jul 2026 16:45:53 +0200 Subject: Add pve-ssh support with hardening --- configure.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'configure.yml') diff --git a/configure.yml b/configure.yml index 0da1b8bb..be1826c6 100644 --- a/configure.yml +++ b/configure.yml @@ -142,3 +142,14 @@ loop: "{{ groups['containers'] }}" loop_control: loop_var: "service_host" + + - name: "Configure SSH on LXC containers" + tags: ["pve-lxc"] + ansible.builtin.include_role: + name: "pve-lxc-ssh" + vars: + pve_lxc_id: "{{ hostvars[service_host].pve_lxc_id }}" + pve_lxc_ssh_port: "{{ hostvars[service_host].pve_lxc_ssh_port }}" + loop: "{{ groups['containers'] }}" + loop_control: + loop_var: "service_host" -- cgit v1.2.3