galaxy-ssh/tasks/main.yml

9 lines
147 B
YAML
Raw Normal View History

2019-01-31 14:12:04 +00:00
---
# tasks file for galaxy-ssh
2019-02-09 12:25:15 +00:00
- name: Update ssh config
2019-01-31 14:12:04 +00:00
template:
src: sshd_config.j2
dest: /etc/ssh/sshd_config
notify: reload ssh