galaxy-ssh/tasks/main.yml

8 lines
146 B
YAML

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