From 820adf34e817621da82ffa5ee8d057a0845c7271 Mon Sep 17 00:00:00 2001 From: Soeren Peters <peters@irmb.tu-bs.de> Date: Mon, 26 Oct 2020 13:27:51 +0100 Subject: [PATCH] Set default host_key_checking to false in ansible config. --- ansible/hosts.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/hosts.cfg b/ansible/hosts.cfg index c5077ab50..30aa74c64 100644 --- a/ansible/hosts.cfg +++ b/ansible/hosts.cfg @@ -1,2 +1,4 @@ +[defaults] +host_key_checking = False [gitlab_ci_deploy_targets] -phoenix.hlr.rz.tu-bs.de ansible_ssh_private_key_file=./private_key \ No newline at end of file +phoenix.hlr.rz.tu-bs.de ansible_ssh_private_key_file=./private_key -- GitLab