Update roles/wazuh/ansible-wazuh-manager/defaults/main.yml
This commit is contained in:
parent
3174785531
commit
a15193ffce
@ -16,20 +16,20 @@ wazuh_dir: "/var/ossec"
|
|||||||
##########################################
|
##########################################
|
||||||
|
|
||||||
# groups to create
|
# groups to create
|
||||||
agent_groups: []
|
agent_groups: [Sysadmin,Servidores,Containers,DMZ,Escritorio,Portatil]
|
||||||
|
|
||||||
## Global
|
## Global
|
||||||
wazuh_manager_json_output: 'yes'
|
wazuh_manager_json_output: 'yes'
|
||||||
wazuh_manager_alerts_log: 'yes'
|
wazuh_manager_alerts_log: 'yes'
|
||||||
wazuh_manager_logall: 'no'
|
wazuh_manager_logall: 'yes'
|
||||||
wazuh_manager_logall_json: 'no'
|
wazuh_manager_logall_json: 'yes'
|
||||||
|
|
||||||
wazuh_manager_email_notification: 'no'
|
wazuh_manager_email_notification: 'yes'
|
||||||
wazuh_manager_mailto:
|
wazuh_manager_mailto:
|
||||||
- 'admin@example.net'
|
- 'wazuh@agofer.com.co'
|
||||||
|
|
||||||
wazuh_manager_email_smtp_server: smtp.example.wazuh.com
|
wazuh_manager_email_smtp_server: servidor2090.bogota.agofer
|
||||||
wazuh_manager_email_from: wazuh@example.wazuh.com
|
wazuh_manager_email_from: sistemas@agofer.com.co
|
||||||
wazuh_manager_email_maxperhour: 12
|
wazuh_manager_email_maxperhour: 12
|
||||||
wazuh_manager_email_queue_size: 131072
|
wazuh_manager_email_queue_size: 131072
|
||||||
wazuh_manager_email_log_source: 'alerts.log'
|
wazuh_manager_email_log_source: 'alerts.log'
|
||||||
@ -51,8 +51,8 @@ wazuh_manager_log_format: 'plain'
|
|||||||
|
|
||||||
## Email alerts
|
## Email alerts
|
||||||
wazuh_manager_extra_emails:
|
wazuh_manager_extra_emails:
|
||||||
- enable: false
|
- enable: true
|
||||||
mail_to: 'recipient@example.wazuh.com'
|
mail_to: 'wazuh@agofer.com.co'
|
||||||
format: full
|
format: full
|
||||||
level: 7
|
level: 7
|
||||||
event_location: null
|
event_location: null
|
||||||
@ -61,7 +61,6 @@ wazuh_manager_extra_emails:
|
|||||||
do_not_group: false
|
do_not_group: false
|
||||||
rule_id: null
|
rule_id: null
|
||||||
|
|
||||||
|
|
||||||
## Remote
|
## Remote
|
||||||
wazuh_manager_connection:
|
wazuh_manager_connection:
|
||||||
- type: 'secure'
|
- type: 'secure'
|
||||||
@ -71,10 +70,10 @@ wazuh_manager_connection:
|
|||||||
|
|
||||||
## Reports
|
## Reports
|
||||||
wazuh_manager_reports:
|
wazuh_manager_reports:
|
||||||
- enable: false
|
- enable: true
|
||||||
category: 'syscheck'
|
category: 'syscheck'
|
||||||
title: 'Daily report: File changes'
|
title: 'Daily report: File changes'
|
||||||
email_to: 'recipient@example.wazuh.com'
|
email_to: 'wazuh@agofer.com.co'
|
||||||
location: null
|
location: null
|
||||||
group: null
|
group: null
|
||||||
rule: null
|
rule: null
|
||||||
@ -88,13 +87,13 @@ wazuh_manager_rootcheck:
|
|||||||
frequency: 43200
|
frequency: 43200
|
||||||
|
|
||||||
wazuh_manager_openscap:
|
wazuh_manager_openscap:
|
||||||
disable: 'yes'
|
disable: 'no'
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
interval: '1d'
|
interval: '1d'
|
||||||
scan_on_start: 'yes'
|
scan_on_start: 'yes'
|
||||||
|
|
||||||
wazuh_manager_ciscat:
|
wazuh_manager_ciscat:
|
||||||
disable: 'yes'
|
disable: 'no'
|
||||||
install_java: 'yes'
|
install_java: 'yes'
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
interval: '1d'
|
interval: '1d'
|
||||||
@ -149,7 +148,7 @@ filebeat_output_indexer_hosts:
|
|||||||
- "localhost"
|
- "localhost"
|
||||||
filebeat_output_indexer_port: 9200
|
filebeat_output_indexer_port: 9200
|
||||||
indexer_security_user: admin
|
indexer_security_user: admin
|
||||||
indexer_security_password: changeme
|
indexer_security_password: MarkGruflyD3th*
|
||||||
filebeat_ssl_dir: /etc/pki/filebeat
|
filebeat_ssl_dir: /etc/pki/filebeat
|
||||||
|
|
||||||
wazuh_manager_vulnerability_detection:
|
wazuh_manager_vulnerability_detection:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user