From ec0ea749b69eccb97884f6393f85c5d03fd60a8e Mon Sep 17 00:00:00 2001 From: 4bobus Date: Mon, 23 Jun 2025 16:14:54 +0500 Subject: [PATCH] Update README.md --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index afb247a..98dc0b5 100644 --- a/README.md +++ b/README.md @@ -964,15 +964,10 @@ Ansible обычно уже использует /etc/ansible как рабоч Создайте инвентарь файла : /etc/ansible/hosts. Открываем файл /etc/ansible/hosts -- Скачиваем файл с github: +- Скачиваем файл с github, в нужную директорию: +> !dos2unix и curl на BR-SRV уже скачаны! -***apt install dos2unix -y*** - -***apt install curl -y*** - -***cd /etc/ansible*** - -***curl -O https://raw.githubusercontent.com/4bobus/laba/refs/heads/main/files/hosts.file*** +***curl -o /etc/ansible https://raw.githubusercontent.com/4bobus/laba/refs/heads/main/files/hosts.file*** ***dos2unix /etc/ansible/hosts.file***