diff --git a/ydb/docs/en/core/devops/deployment-options/ansible/initial-deployment.md b/ydb/docs/en/core/devops/deployment-options/ansible/initial-deployment.md index c0f6aa697004..2d814658964f 100644 --- a/ydb/docs/en/core/devops/deployment-options/ansible/initial-deployment.md +++ b/ydb/docs/en/core/devops/deployment-options/ansible/initial-deployment.md @@ -116,7 +116,6 @@ inventory = ./inventory pipelining = True private_role_vars = True timeout = 5 -vault_password_file = ./ansible_vault_password_file verbosity = 1 log_path = ./ydb.log @@ -420,7 +419,7 @@ all: ydb_password: ``` -Encrypt this file using the command `ansible-vault encrypt inventory/99-inventory-vault.yaml`. This would require you to either manually enter the encryption password (which can be different) or have `vault_password_file` Ansible setting configured. See [Ansible Vault documentation](https://docs.ansible.com/ansible/latest/vault_guide/index.html) for more details on how this works. +Encrypt this file using the command `ansible-vault encrypt inventory/99-inventory-vault.yaml`. It would require you to manually enter the encryption password, which is independent from the `ydb_password` setting value and better be different. Alternatively, you can save the encryption password to a separate file and configure the `vault_password_file` Ansible setting with the file path. See [Ansible Vault documentation](https://docs.ansible.com/ansible/latest/vault_guide/index.html) for more details on how this works. ### Prepare the {{ ydb-short-name }} Configuration File {#ydb-config-prepare} diff --git a/ydb/docs/ru/core/devops/deployment-options/ansible/initial-deployment.md b/ydb/docs/ru/core/devops/deployment-options/ansible/initial-deployment.md index 31cdf55ee1f7..b12b1c10a9ad 100644 --- a/ydb/docs/ru/core/devops/deployment-options/ansible/initial-deployment.md +++ b/ydb/docs/ru/core/devops/deployment-options/ansible/initial-deployment.md @@ -116,7 +116,6 @@ inventory = ./inventory pipelining = True private_role_vars = True timeout = 5 -vault_password_file = ./ansible_vault_password_file verbosity = 1 log_path = ./ydb.log @@ -420,7 +419,7 @@ all: ydb_password: ``` -Зашифруйте этот файл с помощью команды `ansible-vault encrypt inventory/99-inventory-vault.yaml`. Это потребует либо вручную ввести пароль шифрования (который может отличаться), либо настроить параметр Ansible `vault_password_file`. Подробнее о том, как это работает, см. в [документации Ansible Vault](https://docs.ansible.com/ansible/latest/vault_guide/index.html). +Зашифруйте этот файл с помощью команды `ansible-vault encrypt inventory/99-inventory-vault.yaml`. Это потребует либо вручную ввести пароль шифрования (который не зависит от установленного значения `ydb_password`, предпочтительнее должен отличаться), либо настроить параметр Ansible `vault_password_file`. Подробнее о том, как это работает, см. в [документации Ansible Vault](https://docs.ansible.com/ansible/latest/vault_guide/index.html). ### Подготовка конфигурационного файла {{ ydb-short-name }} {#ydb-config-prepare}