Updating some SSH config
This commit is contained in:
@@ -57,6 +57,12 @@
|
||||
src: ssh_config
|
||||
dest: /etc/ssh/ssh_config
|
||||
|
||||
- name: Known hosts
|
||||
become: yes
|
||||
copy:
|
||||
src: ssh_known_hosts
|
||||
dest: /etc/ssh/ssh_known_hosts
|
||||
|
||||
- name: SSHD Config
|
||||
become: yes
|
||||
register: sshd_config
|
||||
|
Reference in New Issue
Block a user