ansible/roles/sshd/tasks/main.yaml

9 lines
173 B
YAML
Raw Permalink Normal View History

2024-09-15 14:12:48 +03:00
- name: Update sshd_config
ansible.builtin.copy:
src: sshd_config
dest: /etc/ssh/sshd_config
owner: root
group: root
mode: 0644
notify: Restart sshd