summaryrefslogtreecommitdiffstats
path: root/roles/pve-lxc-ssh/tasks/main.yml
AgeCommit message (Collapse)AuthorFilesLines
17 hoursReconcile pve-lxc-ssh config every run, not just on first installAhmed Abdelhalim1-17/+16
pve_lxc_ssh_check.rc != 0 gated the entire block, so once openssh was installed, sshd_config pushes, host key deploys, and service enable/ restart never ran again on reconverge — template changes (e.g. sshd hardening) silently never reached already-provisioned containers. Narrow the conditional to just the package-install step; everything else already idempotent, runs unconditionally now. Co-Authored-By: Claude.ai
18 hoursChange pve-lxc-ssh implementation to only inject pre-generated keysAhmed Abdelhalim1-3/+13
Co-Authored-By: Claude.ai
9 daysFix pve-lxc-ssh to install ssh correctlyAhmed Abdelhalim1-52/+57
10 daysAdd pve-ssh support with hardeningAhmed Abdelhalim1-0/+69