galaxy-ssh/tasks/main.yml
2019-02-09 13:25:15 +01:00

8 lines
146 B
YAML

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