From 59b5a347517a73aa6f53e4d49a60504f1a8bcacc Mon Sep 17 00:00:00 2001
From: handreas <andreas.hamacher@monash.edu>
Date: Fri, 11 Sep 2020 03:33:04 +0000
Subject: [PATCH] ignoring host key checking

---
 CICD/ansible.cfg | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 CICD/ansible.cfg

diff --git a/CICD/ansible.cfg b/CICD/ansible.cfg
new file mode 100644
index 00000000..98dfd39a
--- /dev/null
+++ b/CICD/ansible.cfg
@@ -0,0 +1,3 @@
+[defaults]
+remote_tmp = /tmp/.ansible/tmp
+host_key_checking = False
-- 
GitLab