From 42e5fea10e62db8ee1ed950dca8a5e4027b9a6c2 Mon Sep 17 00:00:00 2001 From: Shankar Mounesh Date: Sun, 12 Jun 2022 17:04:05 +0530 Subject: [PATCH] changed readme contents --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91be7bc..a7a697a 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,13 @@ 1. Ansible must be installed in the environment 2. Ansible will configure a cron-job that watches this repo for changes if any changes made ansible will automatically update the configuration in every machine -### Run this command to install and run ansible +## Run this command to install and run ansible ```sh curl 172.16.16.65:8081/ansible/ | sudo bash ``` -### Run this command to install and run ansibleIf the above command not works run the following commands to install and run ansible +The above command downloads a bash file from 172.16.16.65 and runs the following commands instead of running one by one + +## Run this command to install and run ansibleIf the above command not works run the following commands to install and run ansible ```sh apt update -y;