From 048ee46f8201f8f2ef849181b3f89a4fb390befc Mon Sep 17 00:00:00 2001 From: Soeren Peters <peters@irmb.tu-bs.de> Date: Mon, 26 Oct 2020 13:32:04 +0100 Subject: [PATCH] Move option to phoenix host. --- ansible/hosts.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ansible/hosts.cfg b/ansible/hosts.cfg index 30aa74c64..f09e2d64f 100644 --- a/ansible/hosts.cfg +++ b/ansible/hosts.cfg @@ -1,4 +1,2 @@ -[defaults] -host_key_checking = False [gitlab_ci_deploy_targets] -phoenix.hlr.rz.tu-bs.de ansible_ssh_private_key_file=./private_key +phoenix.hlr.rz.tu-bs.de ansible_ssh_private_key_file=./private_key host_key_checking = False -- GitLab