galaxy-ssh/tasks/main.yml

9 lines
147 B
YAML
Raw Permalink Normal View History

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