You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
264 B

---
# 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