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 +