We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbfdb0 commit c34db7eCopy full SHA for c34db7e
1 file changed
source/access_to_services.rst
@@ -124,7 +124,11 @@ Kolla-Ansible and can be extracted from the encrypted passwords file
124
``opendistro_admin_password`` which can be found within
125
``etc/kayobe/inventory/group_vars/wazuh-manager/wazuh-secrets.yml``.
126
127
- .. note:: Use ``ansible-vault`` to view Wazuh secrets:
128
- :substitutions:
+ .. note::
129
130
- ``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:
+
131
+ .. code-block:: console
132
+ :substitutions:
133
134
+ kayobe# ansible-vault view --vault-password-file |vault_password_file_path| $KAYOBE_CONFIG_PATH/inventory/group_vars/wazuh-manager/wazuh-secrets.yml
0 commit comments