Directory structures and names changed to be follow the order of creation->provisioning->maintainance

This commit is contained in:
2026-07-07 11:41:21 +00:00
parent e033652d3e
commit efa9dfcbac
17 changed files with 48 additions and 41 deletions
@@ -0,0 +1,16 @@
---
- name: Configure ssh-server daemon
copy:
src: ../files/hardened_sshd.conf
dest: /etc/ssh/sshd_config.d/hardened_sshd.conf
mode: u=rw,g=r,o=r
notify: restart sshd
- name: Configure ssh client
remote_user: ansible
copy:
src: ../files/hardened_ssh.conf
dest: /etc/ssh/ssh_config.d/hardened_ssh.conf
mode: u=rw,g=r,o=r