README: document how to ignore ssh host key changes
authorKristof Provost <kp@FreeBSD.org>
Sun, 14 Apr 2024 14:32:15 +0000 (16:32 +0200)
committerKristof Provost <kp@FreeBSD.org>
Sun, 14 Apr 2024 14:32:15 +0000 (16:32 +0200)
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

index 80e12ec..3361389 100644 (file)
@@ -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