From c0f692e8a121ef393aea4304c68830f5ae0414b8 Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 25 Sep 2024 14:46:52 +0300 Subject: [PATCH] update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a8aaa5..d105826 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # yatf ## nginx setup on vms: -```ansible-playbook nginx_setup.yml -bi ...,...``` +```bash +./mkinv 127.0.0.1 127.0.0.2 +ansible-playbook nginx_setup.yml -bi ./inventory.ini +```