--- # Server/Setup: Generic Setup Tasks (sshd) # SSH - name: setup - Copy sshd_config become: true ansible.builtin.template: src: "{{ role_path }}/templates/sshd_config.j2" dest: "/etc/ssh/sshd_config" backup: true notify: - Restart sshd