Skip to content

Commit f86c50c

Browse files
committed
Fixes #3
Host key checking should default to false so that runs against dynamic inventory do not stop and wait for interactive permission to add the fingerprint to the known_hosts file Signed-off-by: Daniel Chaffelson <chaffelson@gmail.com>
1 parent a14eefd commit f86c50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if [ ! "$(docker ps -q -f name=${CONTAINER_NAME})" ]; then
6666
-e ANSIBLE_CALLBACK_WHITELIST="ansible.posix.profile_tasks" \
6767
-e ANSIBLE_GATHERING="smart" \
6868
-e ANSIBLE_DEPRECATION_WARNINGS=false \
69-
-e ANSIBLE_HOST_KEY_CHECKING=true \
69+
-e ANSIBLE_HOST_KEY_CHECKING=false \
7070
-e ANSIBLE_SSH_RETRIES=10 \
7171
-e ANSIBLE_COLLECTIONS_PATH="/opt/cldr-runner/collections" \
7272
-e ANSIBLE_ROLES_PATH="/opt/cldr-runner/roles" \

0 commit comments

Comments
 (0)