mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
7 lines
127 B
YAML
7 lines
127 B
YAML
- name: create sshd_config
|
|
copy:
|
|
src: sshd_config
|
|
dest: /etc/ssh/sshd_config
|
|
backup: yes
|
|
notify: sshd restart
|