Update README.md

This commit is contained in:
4bobus
2025-06-22 11:45:23 +05:00
committed by GitHub
parent 7137a78f25
commit 48af27d322

View File

@@ -960,7 +960,17 @@ Ansible обычно уже использует /etc/ansible как рабоч
3. Создание файла инвентаря
Создайте инвентарь файла : /etc/ansible/hosts. Откройте файл /etc/ansible/hosts для редактирования:
Создайте инвентарь файла : /etc/ansible/hosts.
Скачиваем файл с github:
apt install dos2unix -y
curl -O https://github.com/4bobus/laba/blob/main/files/hosts.txt /etc/ansible
dos2unix /etc/ansible/hosts.txt
Проверяем его наличие:
<p align="center">
<img src="images/module2/43.png" width="600" />