projects
/
pennestraat-domotica
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
379fc02
)
README: document how to ignore ssh host key changes
author
Kristof Provost
<kp@FreeBSD.org>
Sun, 14 Apr 2024 14:32:15 +0000
(16:32 +0200)
committer
Kristof 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
patch
|
blob
|
history
diff --git
a/ansible/README.txt
b/ansible/README.txt
index
80e12ec
..
3361389
100644
(file)
--- 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