| ADD file:d3a2f1f42338ba7066e352cea3b7bf4c7576e6b96fef785e8da763114f337c0e in / |
| CMD ["bash"] |
| RUN /bin/sh -c apt-get update && apt-get install -y openssh-client python3 python3-pip && apt-get clean # buildkit |
| ARG ANSIBLE_PIP_TAG=6.3.0 |
| RUN |1 ANSIBLE_PIP_TAG=6.3.0 /bin/sh -c pip3 install ansible==${ANSIBLE_PIP_TAG} # buildkit |
| ENV ANSIBLE_LOCALHOST_WARNING=False |
| RUN |1 ANSIBLE_PIP_TAG=6.3.0 /bin/sh -c mkdir /etc/ansible # buildkit |
| RUN |1 ANSIBLE_PIP_TAG=6.3.0 /bin/sh -c touch /etc/ansible/hosts # buildkit |
| CMD ["ansible-playbook" "--version"] |