diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-16 16:45:53 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-16 17:03:28 +0200 |
| commit | 4b8654a2b0edc90798372cba357f23b15b51657c (patch) | |
| tree | e7f176ccc1a3f32d4ee4ed8ffc2f5fb7f8aa6109 /configure.yml | |
| parent | 756dc388bedf97b68449e919a6730788f730c7b8 (diff) | |
Add pve-ssh support with hardening
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 11 |
1 files changed, 11 insertions, 0 deletions
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" |
