galaxy-ssh/tasks/main.yml

8 lines
146 B
YAML
Raw Normal View History

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