From ae582e976e0ee14702eaf71aa5fb78ae1198f610 Mon Sep 17 00:00:00 2001 From: thebigbone Date: Tue, 7 Nov 2023 14:03:59 +0530 Subject: [PATCH] edit readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1b4d98d..b5d4450 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ ## edit the inventory file according to your host names + +### install ansible if you haven't already + +```shell +ansible-playbook -i inventory all playbook.yml --ask-become-pass +````