mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
4 lines
90 B
YAML
4 lines
90 B
YAML
- name: configuring ssh
|
|
template: src=sshd_config dest=/etc/ssh/
|
|
notify: sshd restart
|