galaxy-ssh/tasks/main.yml

9 lines
147 B
YAML

---
# tasks file for galaxy-ssh
- name: Update ssh config
template:
src: sshd_config.j2
dest: /etc/ssh/sshd_config
notify: reload ssh