fix: only ignore SSH host keys for local VMs
This commit is contained in:
parent
8c240c3478
commit
c35a07f9a8
3 changed files with 7 additions and 6 deletions
ansible/files
|
@ -1,3 +0,0 @@
|
|||
StrictHostKeyChecking no
|
||||
UserKnownHostsFile /dev/null
|
||||
LogLevel ERROR
|
4
ansible/files/ssh_config.j2
Normal file
4
ansible/files/ssh_config.j2
Normal file
|
@ -0,0 +1,4 @@
|
|||
LogLevel ERROR
|
||||
Host *.{{ domain_name }}
|
||||
StrictHostKeyChecking no
|
||||
UserKnownHostsFile /dev/null
|
Loading…
Add table
Add a link
Reference in a new issue