From e4ef3c8c1bbf0e4ebde8a5479fd7b79180080970 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 22 Oct 2025 07:55:05 +0200 Subject: Add Dockerfile and shell wrapper to make it work on the systems with newer version ansible --- ansible/Dockerfile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ansible/Dockerfile (limited to 'ansible/Dockerfile') diff --git a/ansible/Dockerfile b/ansible/Dockerfile new file mode 100644 index 0000000..c654f6a --- /dev/null +++ b/ansible/Dockerfile @@ -0,0 +1,14 @@ +FROM cytopia/ansible:2.10-tools + +ENV PYTHONDONTWRITEBYTECODE=1 \ + PYTHONUNBUFFERED=1 + +RUN apk add --no-cache \ + bash openssh sshpass rsync curl jq git vim less \ + py3-netaddr \ + py3-paramiko py3-cryptography \ + py3-lxml py3-requests py3-yaml \ + py3-jmespath py3-xmltodict py3-jsonschema py3-psutil + +WORKDIR /work +CMD ["ansible", "--version"] -- cgit v1.2.3