From c15faef1fb3276e0f02715e333efacfcdb2c93c1 Mon Sep 17 00:00:00 2001 From: 4bobus Date: Sun, 22 Jun 2025 13:27:28 +0500 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6ee6d71..fddaef8 100644 --- a/README.md +++ b/README.md @@ -964,6 +964,16 @@ Ansible обычно уже использует /etc/ansible как рабоч Создайте инвентарь файла : /etc/ansible/hosts. Открываем файл /etc/ansible/hosts +Скачиваем файл с github: + +apt install dos2unix -y + +cd /etc/ansible + +curl -O https://raw.githubusercontent.com/4bobus/laba/refs/heads/main/files/hosts.file + +dos2unix /etc/ansible/hosts.file +