quick push of recent changes for synchronous work on other devices

This commit is contained in:
2026-06-06 16:36:53 -04:00
parent e2128552b9
commit 1b6811b42b
6 changed files with 438 additions and 381 deletions

View File

@@ -5,7 +5,7 @@
when: ansible_user not in (admins | map(attribute="username") | list) and ansible_user != "root"
ansible.builtin.fail:
msg: Must use administrative user for subsequent tasks
- name: Hardening SSH service for the Linode VPS
- name: Hardening SSH service
ansible.builtin.copy:
src: sshd_config.d/harden.conf
dest: /etc/ssh/sshd_config.d/harden.conf