mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 21:40:17 +00:00
Initial sshd config, remove root login
This commit is contained in:
4
roles/common/tasks/sshd.yml
Normal file
4
roles/common/tasks/sshd.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
# sshd_config module
|
||||
---
|
||||
- name: Configure sshd
|
||||
copy: src=../files/sshd_config dest=/etc/ssh/sshd_config mode=0644
|
||||
Reference in New Issue
Block a user