Use root to install agent and fix problem with kibana user
This commit is contained in:
parent
5f238f4185
commit
0c665f5536
@ -1,5 +1,7 @@
|
||||
---
|
||||
- hosts: <your wazuh agents hosts>
|
||||
become: yes
|
||||
become_user: root
|
||||
roles:
|
||||
- ../roles/wazuh/ansible-wazuh-agent
|
||||
vars:
|
||||
|
||||
@ -41,7 +41,7 @@ kibana_telemetry_optin: "false"
|
||||
kibana_telemetry_enabled: "false"
|
||||
|
||||
opendistro_admin_password: changeme
|
||||
opendistro_kibana_user: changeme
|
||||
opendistro_kibana_user: kibanaserver
|
||||
opendistro_kibana_password: changeme
|
||||
local_certs_path: "{{ playbook_dir }}/opendistro/certificates"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user