Skip to content

Commit 9321141

Browse files
Ansible : change StrictHostKeyChecking accept-new to no
Change-Id: Ibc400cd8c40a2f14234751dbd19976eb649a5745 Reviewed-on: https://review.couchbase.org/c/perfrunner/+/191206 Tested-by: Build Bot <[email protected]> Reviewed-by: Daniel Nagy <[email protected]>
1 parent 6389bd5 commit 9321141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/infrastructure/cloud.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ worker_list
1010
[all:vars]
1111
ansible_user=root
1212
ansible_ssh_pass=couchbase
13-
ansible_ssh_common_args='-o StrictHostKeyChecking=accept-new -o UserKnownHostsFile=/dev/null'
13+
ansible_ssh_common_args='-o StrictHostKeyChecking=no'

0 commit comments

Comments
 (0)