Update roles/wazuh/ansible-filebeat-oss/defaults/main.yml
Cambio de credencial de indexer security password y la vresión en apt y yum
This commit is contained in:
parent
1b20023499
commit
696dcdf87a
@ -13,7 +13,8 @@ filebeat_module_package_path: /tmp/
|
||||
filebeat_module_destination: /usr/share/filebeat/module
|
||||
filebeat_module_folder: /usr/share/filebeat/module/wazuh
|
||||
indexer_security_user: admin
|
||||
indexer_security_password: changeme
|
||||
indexer_security_password: MarkGruflyD3th*
|
||||
#indexer_security_password: changeme
|
||||
# Security plugin
|
||||
filebeat_security: true
|
||||
filebeat_ssl_dir: /etc/pki/filebeat
|
||||
@ -23,7 +24,7 @@ local_certs_path: "{{ playbook_dir }}/indexer/certificates"
|
||||
|
||||
filebeatrepo:
|
||||
keyring_path: '/usr/share/keyrings/wazuh.gpg'
|
||||
apt: "deb [signed-by=/usr/share/keyrings/wazuh.gpg] https://packages.wazuh.com/5.x/apt/ stable main"
|
||||
yum: 'https://packages.wazuh.com/5.x/yum/'
|
||||
apt: "deb [signed-by=/usr/share/keyrings/wazuh.gpg] https://packages.wazuh.com/4.x/apt/ stable main"
|
||||
yum: 'https://packages.wazuh.com/4.x/yum/'
|
||||
gpg: 'https://packages.wazuh.com/key/GPG-KEY-WAZUH'
|
||||
path: '/tmp/WAZUH-GPG-KEY'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user