Updating some SSH config

This commit is contained in:
2023-07-19 15:41:27 -05:00
parent 60f848b55d
commit 5ab88dc387
5 changed files with 63 additions and 48 deletions

View File

@@ -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