--- - name: Start OpenSSH server service: name: sshd state: started enabled: true - name: Restart OpenSSH server service: name: sshd state: restarted