From 87c801dab4bba006d5f8e4ae028aaf267328caed Mon Sep 17 00:00:00 2001 From: Madhavan Arnisethangaraj Date: Thu, 4 Jan 2024 23:50:35 +0530 Subject: [PATCH] Update README.md Update README.md --- deployment/ansible-playbooks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/ansible-playbooks/README.md b/deployment/ansible-playbooks/README.md index ba51587..6c095f4 100644 --- a/deployment/ansible-playbooks/README.md +++ b/deployment/ansible-playbooks/README.md @@ -6,7 +6,7 @@ Following sections will walk you through the pre-requisites, configuration and e The current playbooks works for linux based hosts, but this can be extended to other operating systems as well.

## Pre-requisites -- Make sure ansible (version 2.9 or above version) is installed on localhost from where the deployment is to be initiated. +- Make sure ansible (version 2.9 or above version) is installed on localhost from where the deployment is to be initiated. refer: https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html - Make sure python3 (version 3.6 or above version) is installed in all target hosts and localhost from where the deployment is initiated refer: https://docs.python.org/3/using/unix.html#getting-and-installing-the-latest-version-of-python