From 7a41d490f9b3eda25a817af5bf9e6616f0f342e6 Mon Sep 17 00:00:00 2001 From: Shankar Mounesh Date: Sun, 12 Jun 2022 17:01:22 +0530 Subject: [PATCH] added readme contents --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 445a501..91be7bc 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,18 @@ # Proxmox version-7 ansible repo -Copy and Paste the below command in a proxmox console +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 -''' -curl 172.16.16.65:8081/ansible/ | sudo bash +### 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 + +```sh +apt update -y; +apt install software-properties-common -y; +add-apt-repository --yes --update ppa:ansible/ansible; +apt install ansible -y; + ``` -'''