From c1f466e80cafd226f93a83dbf85ad0752957235f Mon Sep 17 00:00:00 2001 From: Maciej Michalski <5445923+spy86@users.noreply.github.com> Date: Tue, 27 Feb 2024 22:23:41 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e63841a..a8d689e 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,16 @@ This repository houses a Dockerfile for creating a Docker image tailored for Ans The Dockerfile follows these major steps: -1. Update package lists and install Python 3 and Pip. -2. Upgrade Pip and install Ansible. -3. Install `sshpass` for SSH password support. -4. Set the working directory to `/work`. +1. Update package lists and install required dependencies. +2. Install and configure Python, Pip, and other necessary tools. +3. Install specified versions of Ansible, Ansible Core, and Ansible Lint. +4. Set up the working directory and essential Ansible files. + +## Environment Variables + +* `ANSIBLE_CORE_VERSION`: Version of Ansible Core. +* `ANSIBLE_VERSION`: Version of Ansible. +* `ANSIBLE_LINT`: Version of Ansible Lint. ## License