galaxy-ssh/tasks/main.yml
2019-01-31 15:12:04 +01:00

8 lines
No EOL
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