mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-01-26 11:14:04 +00:00
8 lines
153 B
YAML
8 lines
153 B
YAML
---
|
|
- name: configure sshd
|
|
copy: >
|
|
src=etc/sshd_config
|
|
dest=/etc/ssh/sshd_config
|
|
validate='/usr/sbin/sshd -T -f %s'
|
|
notify: restart sshd
|