mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-14 16:50:18 +00:00
5 lines
118 B
YAML
5 lines
118 B
YAML
# sshd_config module
|
|
---
|
|
- name: Configure sshd
|
|
copy: src=../files/sshd_config dest=/etc/ssh/sshd_config mode=0644
|