From c34db7ef9a5619310cd3a9d14340e11ae55edcd8 Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Tue, 5 Nov 2024 12:14:02 +0000 Subject: [PATCH] Fix note syntax error --- source/access_to_services.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/source/access_to_services.rst b/source/access_to_services.rst index 45832d9..aa66ebc 100644 --- a/source/access_to_services.rst +++ b/source/access_to_services.rst @@ -124,7 +124,11 @@ Kolla-Ansible and can be extracted from the encrypted passwords file ``opendistro_admin_password`` which can be found within ``etc/kayobe/inventory/group_vars/wazuh-manager/wazuh-secrets.yml``. - .. note:: Use ``ansible-vault`` to view Wazuh secrets: - :substitutions: + .. note:: - ``ansible-vault view --vault-password-file |vault_password_file_path| $KAYOBE_CONFIG_PATH/inventory/group_vars/wazuh-manager/wazuh-secrets.yml`` + Use ``ansible-vault`` to view Wazuh secrets: + + .. code-block:: console + :substitutions: + + kayobe# ansible-vault view --vault-password-file |vault_password_file_path| $KAYOBE_CONFIG_PATH/inventory/group_vars/wazuh-manager/wazuh-secrets.yml