From ccfa6a295c295977b2e67355808701cf2d18c877 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Mon, 13 Mar 2023 11:34:37 +0100 Subject: [PATCH] accept host key gitlab --- cloud_init.cfg.tftpl | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud_init.cfg.tftpl b/cloud_init.cfg.tftpl index 74f2d41..f9fd68b 100644 --- a/cloud_init.cfg.tftpl +++ b/cloud_init.cfg.tftpl @@ -20,3 +20,4 @@ ansible: pull: url: "https://gitlab.com/pizzapim/dmz-dns-vm.git" playbook_name: local.yml + accept_host_key: true