2015-09-09 17:10:20 +02:00
|
|
|
---
|
|
|
|
- name: Install the sshd configuration file
|
|
|
|
template: src=sshd_config.j2 dest={{ sshd_config_dir }}/{{ sshd_config_file }} owner=root group=root mode=0644
|
|
|
|
notify: Reload the ssh service
|
2017-02-08 18:58:00 +01:00
|
|
|
when: sshd_install_config
|
2015-09-09 17:10:20 +02:00
|
|
|
tags: [ 'ssh', 'sshd_config' ]
|