We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c5de5 commit 8a21f63Copy full SHA for 8a21f63
etc/kayobe/ansible/wazuh-manager.yml
@@ -9,7 +9,6 @@
9
when:
10
- groups["wazuh-manager"] | length > 0
11
12
- # Certificates generation
13
block:
14
- name: Fail if using old path for Wazuh certificates
15
ansible.builtin.fail:
@@ -35,6 +34,7 @@
35
34
that: local_custom_certs_path is not defined
36
fail_msg: The variable, `local_custom_certs_path`, is no longer used. Please remove this variable.
37
+# Certificates generation
38
- name: Apply Wazuh indexer role
39
hosts: localhost
40
roles:
0 commit comments