summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Blinkov <[email protected]>2024-06-13 13:51:25 +0700
committerGitHub <[email protected]>2024-06-13 09:51:25 +0300
commit8bd5ffbfbede5e9692574eaf7f7d4a33995fdff6 (patch)
tree0015422ca28a1c66e63a2611dd0b11feb8e6abcd
parentbfb4530bb21fcbac5e8cdbf1efcc03cc0b0650e1 (diff)
[docs] don't mention a file that no longer exists in Ansible instrucions (#5484)
-rw-r--r--ydb/docs/en/core/devops/ansible/_includes/repo-tree.md1
-rw-r--r--ydb/docs/ru/core/devops/ansible/_includes/repo-tree.md1
2 files changed, 0 insertions, 2 deletions
diff --git a/ydb/docs/en/core/devops/ansible/_includes/repo-tree.md b/ydb/docs/en/core/devops/ansible/_includes/repo-tree.md
index df73c03b369..f26d16285c5 100644
--- a/ydb/docs/en/core/devops/ansible/_includes/repo-tree.md
+++ b/ydb/docs/en/core/devops/ansible/_includes/repo-tree.md
@@ -8,7 +8,6 @@
│   ├── inventory # A directory containing inventory files, which list and organize the servers Ansible will manage.
│   │   ├── 50-inventory.yaml # The main inventory file, specifying the hosts and groups for Ansible tasks.
│   │   └── 99-inventory-vault.yaml # An encrypted inventory file storing sensitive information, such as the root user's password for YDB, using Ansible Vault.
-│   ├── setup_playbook.yaml # A playbook file that initiates the installation and configuration roles for setting up YDB on the cluster.
├── README.md # A markdown file providing a description of the repository, including how to use it, prerequisites, and any other relevant information.
├── requirements.txt # A file listing Python package dependencies required for the virtual environment, ensuring all necessary tools and libraries are installed.
├── requirements.yaml # Specifies the Ansible collections needed, pointing to the latest versions or specific versions required for the project.
diff --git a/ydb/docs/ru/core/devops/ansible/_includes/repo-tree.md b/ydb/docs/ru/core/devops/ansible/_includes/repo-tree.md
index c357d19271c..15b31c58dc7 100644
--- a/ydb/docs/ru/core/devops/ansible/_includes/repo-tree.md
+++ b/ydb/docs/ru/core/devops/ansible/_includes/repo-tree.md
@@ -8,7 +8,6 @@
│   ├── inventory #Директория с инвентаризационными файлами.
│   │   ├── 50-inventory.yaml #Основной инвентаризационный файл.
│   │   └── 99-inventory-vault.yaml #Зашифрованный инвентаризационный файл, содержащий пароль root пользователя от YDB.
-│   ├── setup_playbook.yaml #Плейбук, который запускает роли установки и настройки {{ ydb-short-name }} на кластере.
├── README.md #Описание репозитория.
├── requirements.txt #Файл со списком зависимостей для установки Python пакетов в виртуальное окружение.
├── requirements.yaml #Файл с указателем на актуальные Ansible коллекции.