FROM python:3.9.23-alpine3.22
RUN apk add openssh && \
pip install ansible
COPY ./ansible.cfg /etc/ansible/ansible.cfg