infra/ansible/tasks/ssh.yml

7 lines
114 B
YAML
Raw Normal View History

2024-04-29 06:12:08 +00:00
- name: Harden the SSH configuration
copy:
src: ../files/ssh.conf
dest: /etc/sshd_config
mode: 644