From 0e3bb9edcce437f54a9840e83bb2ffb9c0bfbe31 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 11 Oct 2024 12:06:59 +0200 Subject: [PATCH] disable strict host key checking --- inventories/github.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/inventories/github.yaml b/inventories/github.yaml index 2d78633..cb5f7d5 100644 --- a/inventories/github.yaml +++ b/inventories/github.yaml @@ -7,3 +7,4 @@ servers: ansible_user: "{{ lookup('env', 'DEPLOY_USERNAME') }}" ansible_ssh_private_key_file: "{{ lookup('env', 'KEY_FILE') }}" ansible_python_interpreter: auto_silent + ansible_ssh_common_args: -o StrictHostKeyChecking=no