Disable host key check
This commit is contained in:
parent
db4d6524b7
commit
619e6d726f
@ -20,4 +20,5 @@ RUN pip3 install --no-cache-dir ansible==${ANSIBLE_VERSION} dnspython passlib ne
|
|||||||
|
|
||||||
COPY --from=build-stage /entrypoint /bin/entrypoint
|
COPY --from=build-stage /entrypoint /bin/entrypoint
|
||||||
|
|
||||||
|
ENV ANSIBLE_HOST_KEY_CHECKING=False
|
||||||
ENTRYPOINT [ "/bin/entrypoint" ]
|
ENTRYPOINT [ "/bin/entrypoint" ]
|
Loading…
Reference in New Issue
Block a user