--- # This playbook installs a hardened OpenSSH server configuration and restarts # the service. - name: install hardened OpenSSH server config ansible.builtin.copy: src: harden.conf dest: /etc/ssh/sshd_config.d/harden.conf notify: reload sshd config