From 30f8b17b33660e72cdb930f6bd5945aaaff40d43 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Sun, 14 Apr 2024 16:32:15 +0200 Subject: [PATCH] README: document how to ignore ssh host key changes Especially the qemu test env keeps getting reinstalled and thus getting new keys. There's no point in being bothered by warnings about that. --- ansible/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/README.txt b/ansible/README.txt index 80e12ec..3361389 100644 --- a/ansible/README.txt +++ b/ansible/README.txt @@ -5,4 +5,4 @@ py39-ansible-sysrc Push ===== -ansible-playbook -i inventory.yaml playbook-push.yaml +ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i inventory.yaml playbook-push.yaml -- 2.51.0